Exemplo n.º 1
0
		public void StartGame()
		{
			UserInterface = new UserInterface(menu.BlocksContent);
			Controller = new Controller(DisplayMode, menu.BlocksContent);
			IsInGame = true;
			Initialize();
		}
Exemplo n.º 2
0
 public void Trace(string message)
 {
     Controller.LogLiteral(message);
 }