コード例 #1
0
 void OnLogoutSuccessful(LogoutSuccessfulEvent e)
 {
     ChangeState(GameState.EntryMenu);
 }
コード例 #2
0
 void OnLogoutSuccessful(LogoutSuccessfulEvent e)
 {
     Debug.Log("Logout Successful, Destroying Resource Slot");
     SelfDestruct();
 }
コード例 #3
0
 void OnLogoutSuccessful(LogoutSuccessfulEvent e)
 {
     Debug.Log("Logout Successful, Destroying Star");
     application.eventManager.RemoveListener <LogoutSuccessfulEvent>(this.OnLogoutSuccessful);
     Destroy(gameObject);
 }