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

@@ -28,10 +28,10 @@ namespace OpenRA.Mods.Cnc.Traits
public readonly string[] UnitTypes = null;
[Desc("Number of drop pods spawned.")]
public readonly int2 Drops = new int2(5, 8);
public readonly int2 Drops = new(5, 8);
[Desc("Sets the approach direction.")]
public readonly WAngle PodFacing = new WAngle(128);
public readonly WAngle PodFacing = new(128);
[Desc("Maximum offset from targetLocation")]
public readonly int PodScatter = 3;