Files
tbd-station-14/Content.Server/Electrocution/RandomInsulationComponent.cs
2022-05-13 17:59:03 +10:00

10 lines
216 B
C#

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