Fix IDE0090

This commit is contained in:
RoosterDragon
2023-04-05 19:34:12 +01:00
committed by Pavel Penev
parent 164abfdae1
commit 8a285f9b19
385 changed files with 790 additions and 794 deletions

View File

@@ -24,10 +24,10 @@ namespace OpenRA.Mods.Common.Traits
[ActorReference(typeof(AircraftInfo))]
public readonly string UnitType = "badr.bomber";
public readonly int SquadSize = 1;
public readonly WVec SquadOffset = new WVec(-1536, 1536, 0);
public readonly WVec SquadOffset = new(-1536, 1536, 0);
public readonly int QuantizedFacings = 32;
public readonly WDist Cordon = new WDist(5120);
public readonly WDist Cordon = new(5120);
[ActorReference]
[Desc("Actor to spawn when the aircraft start attacking")]