using Robust.Shared.GameStates; namespace Content.Shared.Weather; /// /// This entity will block the weather if it's anchored to the floor. /// [RegisterComponent, NetworkedComponent] public sealed partial class BlockWeatherComponent : Component { }