Salvage dungeons (#14520)
This commit is contained in:
7
Content.Shared/Procedural/Loot/IDungeonLoot.cs
Normal file
7
Content.Shared/Procedural/Loot/IDungeonLoot.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.Procedural.Loot;
|
||||
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IDungeonLoot
|
||||
{
|
||||
string Prototype { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user