12 lines
207 B
C#
12 lines
207 B
C#
using System;
|
|
using SS14.Shared.Serialization;
|
|
|
|
namespace Content.Shared.GameObjects.Components.Power
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum PowerCellVisuals
|
|
{
|
|
ChargeLevel
|
|
}
|
|
}
|