6
StarHorizon_Public/Content.Shared/SMES/SharedSmesComponent.cs
2025-12-13 13:46:17 +03:00

11 lines
173 B
C#

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