Files
tbd-station-14/Content.Shared/SMES/SharedSmesComponent.cs
2021-07-16 17:37:09 -07:00

13 lines
213 B
C#

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.SMES
{
[Serializable, NetSerializable]
public enum SmesVisuals
{
LastChargeState,
LastChargeLevel,
}
}