Fix landing craft reinforcements in GDI01 and GDI02.

This commit is contained in:
Paul Chote
2014-10-25 16:48:02 +13:00
parent 8e4765ca46
commit 8b66162e99
7 changed files with 77 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ namespace OpenRA.Mods.RA
public IEnumerable<CPos> CurrentAdjacentCells { get; private set; }
public bool Unloading { get; internal set; }
public IEnumerable<Actor> Passengers { get { return cargo; } }
public int PassengerCount { get { return cargo.Count; } }
public Cargo(ActorInitializer init, CargoInfo info)
{