2018-09-21 08:21:40 +02:00
|
|
|
using System;
|
2019-04-15 21:11:38 -06:00
|
|
|
using Robust.Shared.Serialization;
|
2018-09-21 08:21:40 +02:00
|
|
|
|
|
|
|
|
namespace Content.Shared.GameObjects.Components.Power
|
|
|
|
|
{
|
|
|
|
|
[Serializable, NetSerializable]
|
|
|
|
|
public enum PowerCellVisuals
|
|
|
|
|
{
|
|
|
|
|
ChargeLevel
|
|
|
|
|
}
|
|
|
|
|
}
|