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