Make energy swords use RgbLightController (#7344)
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Weapons.Melee;
|
||||
|
||||
|
||||
[Serializable, NetSerializable, Flags]
|
||||
public enum EnergySwordStatus : byte
|
||||
{
|
||||
Off = 0,
|
||||
On = 1 << 0,
|
||||
Hacked = 1 << 1,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum EnergySwordVisuals : byte
|
||||
{
|
||||
State,
|
||||
Color,
|
||||
}
|
||||
Reference in New Issue
Block a user