Skip to content

Instantly share code, notes, and snippets.

@chris-gong
Last active May 17, 2020 16:48
Show Gist options
  • Save chris-gong/dca442758624610d9231f136afcd20f9 to your computer and use it in GitHub Desktop.
Save chris-gong/dca442758624610d9231f136afcd20f9 to your computer and use it in GitHub Desktop.
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "MainMenuGameMode.generated.h"
/**
*
*/
UCLASS()
class GAMELIFTTUTORIAL_API AMainMenuGameMode : public AGameModeBase
{
GENERATED_BODY()
public:
AMainMenuGameMode();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment