Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user