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