예제 #1
0
 internal static void RunGame()
 {
     game = new Platformer();
     game.Run();
                 #if !__IOS__ && !__TVOS__
     game.Dispose();
                 #endif
 }