Exemplo n.º 1
0
 public void Initialize(PieceTypeDatabase pieceTypeDatabase)
 {
     _pieceTypeDatabase = pieceTypeDatabase;
     _topPanel.gameObject.SetActive(true);
     _gameOverPanel.gameObject.SetActive(false);
 }