Throwing improvements (#969)

This commit is contained in:
Pieter-Jan Briers
2020-05-25 14:04:58 +02:00
committed by GitHub
parent 8794381697
commit 29f21dfe58
3 changed files with 86 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Shared.Physics
private float _throwTime;
private SharedPhysicsComponent _component;
private const float DefaultThrowTime = 0.25f;
public const float DefaultThrowTime = 0.25f;
public float ThrowTime
{