Add missing StrikeClusterDamage field.

This commit is contained in:
Ray 2021-09-12 16:53:19 +02:00
parent 6a418e84ae
commit 5fdd97c5ad

View File

@ -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;