Dungeon generation refactor (#17121)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Shared.Procedural.PostGeneration;
|
||||
|
||||
/// <summary>
|
||||
/// Runs cables throughout the dungeon.
|
||||
/// </summary>
|
||||
public sealed class AutoCablingPostGen : IPostDunGen
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user