using Robust.Shared.Prototypes; namespace Content.Shared.Procedural.PostGeneration; /// /// Runs cables throughout the dungeon. /// public sealed partial class AutoCablingPostGen : IPostDunGen { [DataField] public EntProtoId Entity = "CableApcExtension"; }