using Robust.Shared.GameStates; namespace Content.Shared.IconSmoothing; /// /// Applies an edge sprite to for non-smoothed directions. /// [RegisterComponent, NetworkedComponent] public sealed class SmoothEdgeComponent : Component { }