using Robust.Shared.Prototypes; namespace Content.Shared.Procedural.PostGeneration; /// /// Runs cables throughout the dungeon. /// public sealed partial class AutoCablingDunGen : IDunGenLayer { [DataField(required: true)] public EntProtoId Entity; }