Files
OldThink/Content.Shared/GameObjects/Components/Power/SharedPowerCellComponent.cs

12 lines
209 B
C#
Raw Normal View History

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