- using Robust.Shared.GameStates;
- namespace Content.Shared.IconSmoothing;
- /// <summary>
- /// Applies an edge sprite to <see cref="IconSmoothComponent"/> for non-smoothed directions.
- /// </summary>
- [RegisterComponent, NetworkedComponent]
- public sealed partial class SmoothEdgeComponent : Component
- {
- }
|