Files
tbd-station-14/Content.Shared/SMES/SharedSmesComponent.cs
2022-05-13 17:59:03 +10:00

12 lines
199 B
C#

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