Convert "IgnoreWeatherComponent" into "BlockWeatherComponent" (#26135)
* ignore * doc
This commit is contained in:
12
Content.Shared/Weather/BlockWeatherComponent.cs
Normal file
12
Content.Shared/Weather/BlockWeatherComponent.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user