7 lines
123 B
C#
7 lines
123 B
C#
namespace Content.Shared.Procedural.Loot;
|
|
|
|
[ImplicitDataDefinitionForInheritors]
|
|
public partial interface IDungeonLoot
|
|
{
|
|
}
|