8 lines
145 B
C#
8 lines
145 B
C#
namespace Content.Shared.Procedural.Loot;
|
|
|
|
[ImplicitDataDefinitionForInheritors]
|
|
public interface IDungeonLoot
|
|
{
|
|
string Prototype { get; }
|
|
}
|