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