public void Update(GameTime gameTime, StarterGame gameWorld)
 {
 }
Beispiel #2
0
            static void Main(string[] args)
            {
                #if WINDOWS
                // Improved ui.
                System.Windows.Forms.Application.EnableVisualStyles();
                #endif

                using (StarterGame game = new StarterGame())
                    game.Run();
            }