Migration
This commit is contained in:
18
Source/Aura/Public/Game/AuraGameState.h
Normal file
18
Source/Aura/Public/Game/AuraGameState.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// Amasson
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/GameState.h"
|
||||
#include "AuraGameState.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class AURA_API AAuraGameState : public AGameState
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user