Proto-kinetic crusher (#16277)
Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
This commit is contained in:
@@ -6,5 +6,9 @@ namespace Content.Server.Gatherable.Components;
|
||||
[RegisterComponent]
|
||||
public sealed class GatheringProjectileComponent : Component
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// How many more times we can gather.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("amount")]
|
||||
public int Amount = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user