test commit for branch

This commit is contained in:
Ji Yoon Rhee
2023-10-15 19:38:15 -04:00
parent d2850b4258
commit 0abfca2e0c
8 changed files with 89 additions and 45 deletions

View File

@ -0,0 +1,5 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "HYGameStateBase.h"

View 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()
};