10 lines
323 B
C#
10 lines
323 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._DV.Salvage.Components;
|
|
|
|
/// <summary>
|
|
/// Adds points to <see cref="MiningPointsComponent"/> when making a recipe that has miningPoints set.
|
|
/// </summary>
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class MiningPointsLatheComponent : Component;
|