Files
crystall-punk-14/Content.Shared/SMES/SharedSmesComponent.cs

11 lines
173 B
C#
Raw Permalink Normal View History

2022-05-13 00:59:03 -07:00
using Robust.Shared.Serialization;
namespace Content.Shared.SMES;
[Serializable, NetSerializable]
public enum SmesVisuals
{
LastChargeState,
LastChargeLevel,
}