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