ExoWest/Source/Exo/Public/Game/ExoGameMode.h

18 lines
291 B
C
Raw Normal View History

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "ExoGameMode.generated.h"
/**
*
*/
UCLASS()
class EXO_API AExoGameMode : public AGameModeBase
{
GENERATED_BODY()
};