Resolves SmesVisualizer is Obsolete (#13899)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.SMES
|
||||
namespace Content.Shared.SMES;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum SmesVisuals
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum SmesVisuals
|
||||
{
|
||||
LastChargeState,
|
||||
LastChargeLevel,
|
||||
}
|
||||
LastChargeState,
|
||||
LastChargeLevel,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user