IDungeonLoot.cs 123 B

123456
  1. namespace Content.Shared.Procedural.Loot;
  2. [ImplicitDataDefinitionForInheritors]
  3. public partial interface IDungeonLoot
  4. {
  5. }