internal static void RunGame() { platformer = new PlatformerGame(); platformer.Run(); #if !__IOS__ && !__TVOS__ platformer.Dispose(); #endif }
internal static void RunGame() { game = new PlatformerGame(); game.Run(); #if !__IOS__ && !__TVOS__ game.Dispose(); #endif }