Files
tbd-station-14/Content.Shared/GameObjects/Components/Power/SharedSmesComponent.cs
Pieter-Jan Briers 6c5a0786c2 Fix build.
2018-08-02 08:45:23 +02:00

17 lines
337 B
C#

using SS14.Shared.Serialization;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Content.Shared.GameObjects.Components.Power
{
[Serializable, NetSerializable]
public enum SmesVisuals
{
LastChargeState,
LastChargeLevel,
}
}