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