Bump projectile speed (#13387)

This commit is contained in:
metalgearsloth
2023-01-10 23:31:26 +11:00
committed by GitHub
parent ec954dafc9
commit 678c612833

View File

@@ -90,7 +90,7 @@ public class GunComponent : Component
/// How fast the projectile moves.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("projectileSpeed")]
public float ProjectileSpeed = 20f;
public float ProjectileSpeed = 25f;
/// <summary>
/// When the gun is next available to be shot.