Files
crystall-punk-14/Content.Shared/Procedural/PostGeneration/AutoCablingPostGen.cs

10 lines
184 B
C#
Raw Normal View History

2023-06-27 19:17:42 +10:00
namespace Content.Shared.Procedural.PostGeneration;
/// <summary>
/// Runs cables throughout the dungeon.
/// </summary>
public sealed class AutoCablingPostGen : IPostDunGen
{
}