Inheritance: Knot3.Framework.Core.GameCore
Exemplo n.º 1
0
 private static void GameLoop()
 {
     using (Knot3Game game = new Knot3Game ()) {
         game.Run ();
     }
 }
 public TutorialChallengeModeScreen(Knot3Game game, Challenge challenge)
     : base(game, challenge)
 {
     throw new System.NotImplementedException ();
 }