Delta-v/Content.Shared/IconSmoothing/SharedRandomIconSmoothSyste...

13 lines
234 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.IconSmoothing;
public abstract class SharedRandomIconSmoothSystem : EntitySystem
{
}
[Serializable, NetSerializable]
public enum RandomIconSmoothState : byte
{
State
}