mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
9 lines
183 B
C#
9 lines
183 B
C#
namespace Content.Server._White.Flash;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class FlashSoundSuppressionComponent : Component
|
|
{
|
|
[DataField]
|
|
public float MaxRange = 2f;
|
|
}
|