Example #1
0
BOOL SFRoomLoading::OnEnter()
{
	SFRoom* pRoom = GetOwner();
	pRoom->ChangePlayerFSM(PLAYER_STATE_LOADING);

	return TRUE;
}