Files

7 lines
123 B
C#
Raw Permalink Normal View History

2023-03-10 16:41:22 +11:00
namespace Content.Shared.Procedural.Loot;
[ImplicitDataDefinitionForInheritors]
public partial interface IDungeonLoot
2023-03-10 16:41:22 +11:00
{
}