Electrocution. (#4958)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
committed by
GitHub
parent
66a3d5bf29
commit
ed3bf94a3b
14
Content.Server/Electrocution/RandomInsulationComponent.cs
Normal file
14
Content.Server/Electrocution/RandomInsulationComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
namespace Content.Server.Electrocution
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class RandomInsulationComponent : Component
|
||||
{
|
||||
public override string Name => "RandomInsulation";
|
||||
|
||||
[DataField("list")]
|
||||
public readonly float[] List = { 0f };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user