mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-27 14:18:00 +03:00
Add missing StrikeClusterDamage field.
This commit is contained in:
parent
6a418e84ae
commit
5fdd97c5ad
@ -76,6 +76,8 @@ namespace Syroot.Worms.Worms2
|
||||
public int DiggingTime;
|
||||
/// <summary>Amount of airstrike clusters thrown.</summary>
|
||||
public int StrikeClusterCount;
|
||||
/// <summary>Damage of airstrike clusters measured in health points which also determines the blast radius..</summary>
|
||||
public int StrikeClusterDamage;
|
||||
/// <summary>Angle in which bullets are dispersed, measured in degrees.</summary>
|
||||
public int BulletSpreadAngle;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user