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

12 lines
209 B
C#

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Power
{
[Serializable, NetSerializable]
public enum PowerCellVisuals
{
ChargeLevel
}
}