2021-10-25 16:21:56 +02:00
|
|
|
namespace Content.Server.Electrocution
|
|
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class RandomInsulationComponent : Component
|
2021-10-25 16:21:56 +02:00
|
|
|
{
|
|
|
|
|
[DataField("list")]
|
2023-08-22 18:14:33 -07:00
|
|
|
public float[] List = { 0f };
|
2021-10-25 16:21:56 +02:00
|
|
|
}
|
|
|
|
|
}
|