test commit for branch
This commit is contained in:
5
hwanyoung2/Source/hwanyoung2/HYGameStateBase.cpp
Normal file
5
hwanyoung2/Source/hwanyoung2/HYGameStateBase.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "HYGameStateBase.h"
|
||||
|
17
hwanyoung2/Source/hwanyoung2/HYGameStateBase.h
Normal file
17
hwanyoung2/Source/hwanyoung2/HYGameStateBase.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/GameStateBase.h"
|
||||
#include "HYGameStateBase.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class HWANYOUNG2_API AHYGameStateBase : public AGameStateBase
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Reference in New Issue
Block a user