private void CreateNpcs() { var init = new NpcInitialization(this.context, this.gameConfiguration); init.CreateNpcs(); }
private void CreateNpcs() { var init = new NpcInitialization(this.repositoryManager, this.gameConfiguration); init.CreateNpcs(); }