9 lines
183 B
C
9 lines
183 B
C
#include "GasaPlayerController.h"
|
|
#include "GasaPlayerState.h"
|
|
|
|
inline
|
|
AGasaPlayerState* AGasaPlayerController::GetPlayerState()
|
|
{
|
|
return Cast<AGasaPlayerState>( PlayerState );
|
|
}
|