2023-02-12 23:40:57 +11:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.IconSmoothing;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Applies an edge sprite to <see cref="IconSmoothComponent"/> for non-smoothed directions.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class SmoothEdgeComponent : Component
|
2023-02-12 23:40:57 +11:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|