Trigger Refactor (#39034)
This commit is contained in:
@@ -45,4 +45,10 @@ public sealed partial class ProjectileGrenadeComponent : Component
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float MaxVelocity = 6f;
|
||||
|
||||
/// <summary>
|
||||
/// The trigger key that will activate the grenade.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public string TriggerKey = "timer";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user