using Robust.Shared.GameStates; namespace Content.Shared.Light.Components; /// /// Assumes the entire attached grid is rooved. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class ImplicitRoofComponent : Component { [DataField, AutoNetworkedField] public Color Color = Color.Black; }