GASATHON/Project/Source/Gasa/GasaPlayerController.h
2024-04-12 16:10:06 -04:00

13 lines
183 B
C++

#pragma once
#include "GasaPlayerController.generated.h"
UCLASS(Blueprintable)
class GASA_API AGasaPlayerController : public APlayerController
{
GENERATED_BODY()
public:
};