Files

9 lines
239 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.Other.ChangeThrowForceSystem;
[RegisterComponent]
public sealed partial class ChangeThrowForceComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float ThrowForce = 10f;
}