public void NewGame() { var wb = new WorldBuilder(); itemCollection = wb.CreateItems(); roomCollection = wb.CreateRooms(); CreateMap(); }