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

9 lines
183 B
C
Raw Permalink Normal View History

2024-04-21 15:56:57 -07:00
#include "GasaPlayerController.h"
#include "GasaPlayerState.h"
inline
AGasaPlayerState* AGasaPlayerController::GetPlayerState()
{
return Cast<AGasaPlayerState>( PlayerState );
}