Exemplo n.º 1
0
 public AIController(GameController gameController)
 {
     GameController = gameController;
     RNG = new Random();
 }
Exemplo n.º 2
0
 //Constructor
 public MainController()
 {
     ViewController = new ViewController(this);
     GameController = new GameController(this);
 }