GASATHON/Project/Source/Gasa/GasaPlayerController.h

13 lines
183 B
C
Raw Normal View History

2024-04-12 13:10:06 -07:00
#pragma once
#include "GasaPlayerController.generated.h"
UCLASS(Blueprintable)
class GASA_API AGasaPlayerController : public APlayerController
{
GENERATED_BODY()
public:
};