Files
tbd-station-14/Content.Shared/GameObjects/Components/Power/SharedPowerCellComponent.cs
Pieter-Jan Briers c33daddda2 Power cells
2018-09-21 08:21:40 +02:00

12 lines
207 B
C#

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