6
StarHorizon_Public/Content.Shared/Weather/BlockWeatherComponent.cs
2025-11-07 12:32:48 +03:00

13 lines
274 B
C#

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