Exemple #1
0
 static void Main()
 {
     using (var game = new NobleQuestGame())
         game.Run();
 }
Exemple #2
0
 public Enemy(NobleQuestGame Game)
 {
     EntityFactory = new EntityFactory();
     NewPaths      = new List <IntelligentList>();
     this.Game     = Game;
 }