Delta-v/Content.Server/_DV/Tools/PryingRequiresPowerComponen...

9 lines
217 B
C#

namespace Content.Server._DV.Tools;
[RegisterComponent, Access(typeof(PryingRequiresPowerSystem))]
public sealed partial class PryingRequiresPowerComponent : Component
{
[DataField]
public float PowerCost;
}