Implement RiggableSystem, stunbatons injectable (#17288)
Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com>
This commit is contained in:
11
Content.Server/Power/Components/RiggableComponent.cs
Normal file
11
Content.Server/Power/Components/RiggableComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Server.Power.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class RiggableComponent : Component
|
||||
{
|
||||
public const string SolutionName = "battery";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("isRigged")]
|
||||
public bool IsRigged;
|
||||
}
|
||||
Reference in New Issue
Block a user