fish-station/Content.Server/Electrocution/RandomInsulationComponent.cs

9 lines
215 B
C#

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