Delta-v/Content.Shared/GameObjects/Components/Power/SharedPowerCell.cs

12 lines
209 B
C#

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