Create MainMenuGameModeBase
This commit is contained in:
parent
f87ec61ddb
commit
357e4fdf5e
5
Source/Nakatomi/MainMenuGameModeBase.cpp
Normal file
5
Source/Nakatomi/MainMenuGameModeBase.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
|
||||||
|
#include "MainMenuGameModeBase.h"
|
||||||
|
|
17
Source/Nakatomi/MainMenuGameModeBase.h
Normal file
17
Source/Nakatomi/MainMenuGameModeBase.h
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "CoreMinimal.h"
|
||||||
|
#include "GameFramework/GameModeBase.h"
|
||||||
|
#include "MainMenuGameModeBase.generated.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
UCLASS()
|
||||||
|
class NAKATOMI_API AMainMenuGameModeBase : public AGameModeBase
|
||||||
|
{
|
||||||
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user