Files
crystall-punk-14/Content.Shared/_CP14/FarSound/CP14FarSoundComponent.cs
Ed 011e90a5d1 Weather gameplay effects (#1089)
* pipa

* Weather effects

* Weather in demiplanes!

* demiplane enter roofs

* Demiplane ruins

* Update weather.yml

* Update paper.yml

* Update paper.yml
2025-03-30 17:27:05 +03:00

17 lines
315 B
C#

using Robust.Shared.Audio;
namespace Content.Shared._CP14.FarSound;
[RegisterComponent]
public sealed partial class CP14FarSoundComponent : Component
{
[DataField]
public SoundSpecifier? CloseSound;
[DataField]
public SoundSpecifier? FarSound;
[DataField]
public float FarRange = 50f;
}