internal static void RunGame () { game = new HelloGame (); game.Run (); }
internal static void RunGame() { game = new HelloGame(); game.Run(); }