6
StarHorizon_Public/Content.Server/_NF/Gatherable/Components/MiningGatheringHardComponent.cs
2026-01-18 12:53:36 +03:00

8 lines
241 B
C#

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