Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[ActorReference(typeof(AircraftInfo))]
|
||||
public readonly string UnitType = "badr";
|
||||
public readonly int SquadSize = 1;
|
||||
public readonly WVec SquadOffset = new WVec(-1536, 1536, 0);
|
||||
public readonly WVec SquadOffset = new(-1536, 1536, 0);
|
||||
|
||||
[NotificationReference("Speech")]
|
||||
[Desc("Speech notification to play when entering the drop zone.")]
|
||||
@@ -37,7 +37,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly int QuantizedFacings = 32;
|
||||
|
||||
[Desc("Spawn and remove the plane this far outside the map.")]
|
||||
public readonly WDist Cordon = new WDist(5120);
|
||||
public readonly WDist Cordon = new(5120);
|
||||
|
||||
[ActorReference(typeof(PassengerInfo))]
|
||||
[Desc("Troops to be delivered. They will be distributed between the planes if SquadSize > 1.")]
|
||||
|
||||
Reference in New Issue
Block a user