Convert "IgnoreWeatherComponent" into "BlockWeatherComponent" (#26135)

* ignore

* doc
This commit is contained in:
Ed
2024-03-16 01:36:09 +03:00
committed by GitHub
parent 3425444c53
commit 4aa72af574
10 changed files with 12 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
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
{
}