コード例 #1
0
 private void onRedoTurn(GeneralEvent e)
 {
     _tuckMatchCore.Redo();
     _playFieldController.ChangeMatchMode(_tuckMatchCore.matchState.gameMatchMode);
 }