10 lines
184 B
C#
10 lines
184 B
C#
|
|
namespace Content.Shared.Procedural.PostGeneration;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Runs cables throughout the dungeon.
|
||
|
|
/// </summary>
|
||
|
|
public sealed class AutoCablingPostGen : IPostDunGen
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|