using Robust.Shared.GameStates; namespace Content.Shared.Weather; /// /// This entity will be ignored for considering weather on a tile /// [RegisterComponent, NetworkedComponent] public sealed partial class IgnoreWeatherComponent : Component { }