Ore veins (#14011)
* Ore veins I dislike rocks just providing generic drops and this factors into mining more. * fixes * descriptions * comment * every flipping time
This commit is contained in:
12
Content.Shared/IconSmoothing/SmoothEdgeComponent.cs
Normal file
12
Content.Shared/IconSmoothing/SmoothEdgeComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user