Ejemplo n.º 1
0
 private void Awake()
 {
     Current       = this;
     CurrentPlayer = EPlayer.WHITE;
     GameState     = EGameState.PLAYING;
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     Current       = this;
     CurrentPlayer = Eplayer.WHITE;
     _gameState    = Egame_state.PLAYING;
 }