コード例 #1
0
ファイル: EventDef.cs プロジェクト: yangxun983323204/loh
 public bool Self(GameMgr.GameState state)
 {
     return(state == ActiveState);
 }
コード例 #2
0
ファイル: EventDef.cs プロジェクト: yangxun983323204/loh
 public Evt_Back()
 {
     ActiveState = GameMgr.Instance.CurrState;
 }