namespace Content.Shared._CP14.Wallmount; /// /// Automatically attaches the entity to the wall when it appears, or removes it /// [RegisterComponent, Access(typeof(CP14WallmountSystem))] public sealed partial class CP14WallmountComponent : Component { [DataField] public int AttachAttempts = 3; [DataField] public TimeSpan NextAttachTime = TimeSpan.Zero; }