コード例 #1
0
 public ControladorIA()
 {
     jugador = new Jugador();
     tablero = Tablero.GetTablero();
 }