Files
tbd-station-14/Content.Shared/GameObjects/Components/Power/SharedSmesComponent.cs
2019-04-15 21:11:38 -06:00

17 lines
339 B
C#

using Robust.Shared.Serialization;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Content.Shared.GameObjects.Components.Power
{
[Serializable, NetSerializable]
public enum SmesVisuals
{
LastChargeState,
LastChargeLevel,
}
}