This is the main type for your game
Inheritance: Squared.Render.MultithreadedGame
コード例 #1
0
ファイル: Program.cs プロジェクト: mbahar94/fracture
 /// <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();
     }
 }