예제 #1
0
파일: Game.cs 프로젝트: whztt07/DeltaEngine
		public void StartGame()
		{
			UserInterface = new UserInterface(menu.BlocksContent);
			Controller = new Controller(DisplayMode, menu.BlocksContent);
			IsInGame = true;
			Initialize();
		}
예제 #2
0
 public void Trace(string message)
 {
     Controller.LogLiteral(message);
 }