Merge branch 'final-version' into upupup

This commit is contained in:
Aviu00
2024-02-05 10:24:33 +03:00
1189 changed files with 31542 additions and 354012 deletions

View File

@@ -38,6 +38,12 @@ public sealed partial class PneumaticCannonComponent : Component
[DataField("baseProjectileSpeed")]
public float BaseProjectileSpeed = 20f;
/// <summary>
/// The current projectile speed setting.
/// </summary>
[DataField]
public float? ProjectileSpeed;
/// <summary>
/// If true, will throw ammo rather than shoot it.
/// </summary>