6
StarHorizon_Public/Content.Server/_NF/Gatherable/Components/MiningGatheringSoftComponent.cs
2026-01-24 12:49:55 +03:00

8 lines
243 B
C#

namespace Content.Server._NF.Gatherable.Components;
/// <summary>
/// Component denotes an item can be used to gather from softer rocks.
/// </summary>
[RegisterComponent]
public sealed partial class MiningGatheringSoftComponent : Component;