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

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