namespace Content.Shared.Procedural.Loot; [ImplicitDataDefinitionForInheritors] public interface IDungeonLoot { string Prototype { get; } }