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