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