6
StarHorizon_Public/Content.Server/Electrocution/RandomInsulationComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
215 B
C#

namespace Content.Server.Electrocution
{
[RegisterComponent]
public sealed partial class RandomInsulationComponent : Component
{
[DataField("list")]
public float[] List = { 0f };
}
}