mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:10:54 +01:00
10 lines
216 B
C#
10 lines
216 B
C#
namespace Content.Server.Electrocution
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class RandomInsulationComponent : Component
|
|
{
|
|
[DataField("list")]
|
|
public readonly float[] List = { 0f };
|
|
}
|
|
}
|