Avoid duplicate field.

This commit is contained in:
Matthias Mailänder
2021-09-12 12:47:50 +02:00
committed by Pavel Penev
parent 718bf88b9a
commit cdac14b92b
6 changed files with 42 additions and 3 deletions

View File

@@ -19,9 +19,6 @@ namespace OpenRA.Mods.Common.Traits
{
public class AttackBomberInfo : AttackBaseInfo
{
[Desc("Tolerance for attack angle. Range [0, 512], 512 covers 360 degrees.")]
public readonly new WAngle FacingTolerance = new WAngle(8);
public override object Create(ActorInitializer init) { return new AttackBomber(init.Self, this); }
}