Files
crystall-punk-14/Content.Server/Electrocution/RandomInsulationComponent.cs

10 lines
216 B
C#
Raw Normal View History

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