Salvage dungeons (#14520)
This commit is contained in:
10
Content.Shared/Procedural/PostGeneration/IPostDunGen.cs
Normal file
10
Content.Shared/Procedural/PostGeneration/IPostDunGen.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Shared.Procedural.PostGeneration;
|
||||
|
||||
/// <summary>
|
||||
/// Ran after generating dungeon rooms. Can be used for additional loot, contents, etc.
|
||||
/// </summary>
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IPostDunGen
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user