1
0

SharedRandomIconSmoothSystem.cs 234 B

123456789101112
  1. using Robust.Shared.Serialization;
  2. namespace Content.Shared.IconSmoothing;
  3. public abstract class SharedRandomIconSmoothSystem : EntitySystem
  4. {
  5. }
  6. [Serializable, NetSerializable]
  7. public enum RandomIconSmoothState : byte
  8. {
  9. State
  10. }