コード例 #1
0
 private void Awake()
 {
     Current       = this;
     CurrentPlayer = EPlayer.WHITE;
     GameState     = EGameState.PLAYING;
 }
コード例 #2
0
 private void Awake()
 {
     Current       = this;
     CurrentPlayer = Eplayer.WHITE;
     _gameState    = Egame_state.PLAYING;
 }