Init
This commit is contained in:
17
Source/FireworkDuels/Public/FKGameState.h
Normal file
17
Source/FireworkDuels/Public/FKGameState.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/GameStateBase.h"
|
||||
#include "../InventoryManager.h"
|
||||
#include "FKGameState.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class FIREWORKDUELS_API AFKGameState : public AGameStateBase
|
||||
{
|
||||
GENERATED_BODY()
|
||||
};
|
||||
Reference in New Issue
Block a user