Beispiel #1
0
 protected override void PrepareGame(SuperMathDifficulty.Difficulty diff)
 {
     throw new NotImplementedException();
 }
 protected override AGame CreateGame(SuperMathDifficulty.Difficulty diff)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public MarathonGame(SuperMathDifficulty.Difficulty diff)
 {
     // TODO: Complete member initialization
     this.diff = diff;
 }