Esempio n. 1
0
 public bool Self(GameMgr.GameState state)
 {
     return(state == ActiveState);
 }
Esempio n. 2
0
 public Evt_Back()
 {
     ActiveState = GameMgr.Instance.CurrState;
 }