namespace Content.Server.Light.Components; /// /// Applies the roof flag to this tile and deletes the entity. /// [RegisterComponent] public sealed partial class SetRoofComponent : Component { [DataField(required: true)] public bool Value; }