Wires refactor (#7699)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -10,4 +10,15 @@ namespace Content.Shared.Power
|
||||
Charging,
|
||||
Discharging,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum PowerWireActionKey : byte
|
||||
{
|
||||
Key,
|
||||
Status,
|
||||
Pulsed,
|
||||
Electrified,
|
||||
PulseCancel,
|
||||
ElectrifiedCancel
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user