Fix build.

This commit is contained in:
Pieter-Jan Briers
2018-08-02 08:45:23 +02:00
parent adda9136d0
commit 6c5a0786c2

View File

@@ -0,0 +1,16 @@
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,
}
}