Fix typo.

This commit is contained in:
Ray 2021-09-12 16:56:41 +02:00
parent b68503e609
commit cbe1388fb0

View File

@ -76,7 +76,7 @@ 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>
/// <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;