Make energy swords use RgbLightController (#7344)
This commit is contained in:
11
Content.Shared/Toggleable/ToggleableLightVisuals.cs
Normal file
11
Content.Shared/Toggleable/ToggleableLightVisuals.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Toggleable;
|
||||
|
||||
// Appearance Data key
|
||||
[Serializable, NetSerializable]
|
||||
public enum ToggleableLightVisuals
|
||||
{
|
||||
Enabled,
|
||||
Color
|
||||
}
|
||||
Reference in New Issue
Block a user