Files
tbd-station-14/Content.Shared/IconSmoothing/SmoothEdgeComponent.cs
metalgearsloth f96fc1be41 Ore veins (#14011)
* Ore veins

I dislike rocks just providing generic drops and this factors into mining more.

* fixes

* descriptions

* comment

* every flipping time
2023-02-12 12:40:57 +00:00

13 lines
293 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 class SmoothEdgeComponent : Component
{
}