added PassengerTypes to rules
This commit is contained in:
@@ -57,6 +57,7 @@ namespace OpenRa.Game.GameRules
|
||||
public readonly int[] SelectionSize = null;
|
||||
public readonly int Passengers = 0;
|
||||
public readonly int UnloadFacing = 0;
|
||||
public readonly UnitMovementType[] PassengerTypes = null;
|
||||
|
||||
public UnitInfo(string name) { Name = name; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user