GASATHON/Project/Source/Gasa/Game/GasaPlayerState.h

14 lines
225 B
C
Raw Normal View History

2024-04-13 07:19:45 -07:00
#pragma once
#include "GameFramework/PlayerState.h"
#include "GasaPlayerState.generated.h"
UCLASS(Blueprintable)
class GASA_API AGasaPlayerState : public APlayerState
{
GENERATED_BODY()
public:
AGasaPlayerState();
};