private void AddObjectDrops() { IReadOnlyList <ItemDrop> drops = gameData.GetAllObjectItemDrops(); //var drops = objectRepository.GetItemDrops(); foreach (var drop in drops) { RegisterObjectItemDrop(drop.EntityId, drop); } }