コード例 #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (StepGame game = new StepGame())
     {
         game.Run();
     }
 }
コード例 #2
0
 public AnimatedModel(StepGame game, string asset)
 {
     this.game = game;
     this.asset = asset;
 }