Add descriptions to all projectiles and warheads

This commit is contained in:
Gustas
2022-08-24 14:08:58 +03:00
committed by Pavel Penev
parent 6e547469d6
commit d3589c051d
15 changed files with 15 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Projectiles
{
[Desc("Simple, invisible, usually direct-on-target projectile.")]
[Desc("Instant, invisible, usually direct-on-target projectile.")]
public class InstantHitInfo : IProjectileInfo
{
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]