internal static void RunGame() { game = new TimGame(); game.Run(); #if !__IOS__ && !__TVOS__ game.Dispose(); #endif }
public GameManager(ContentManager Content, TimGame Application) { Load.LoadContent(Content); this.Application = Application; Menu = new MenuManager(this); }