This is the main type for your game
Наследование: Squared.Render.MultithreadedGame
Пример #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main (string[] args) {
     using (PlatformerGame game = new PlatformerGame()) {
         game.Run();
     }
 }
Пример #2
0
 static void Main(string[] args)
 {
     using (PlatformerGame game = new PlatformerGame()) {
         game.Run();
     }
 }