13 lines
183 B
C++
13 lines
183 B
C++
#pragma once
|
|
|
|
#include "GasaPlayerController.generated.h"
|
|
|
|
UCLASS(Blueprintable)
|
|
class GASA_API AGasaPlayerController : public APlayerController
|
|
{
|
|
GENERATED_BODY()
|
|
|
|
public:
|
|
|
|
};
|