mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
13 lines
301 B
C#
13 lines
301 B
C#
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
|
|
{
|
|
|
|
}
|