Harvesters return to last used field

This commit is contained in:
Paul Chote
2010-06-16 19:22:59 +12:00
parent 5822caf7a8
commit f0a2bf128c
4 changed files with 13 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ namespace OpenRA.Mods.RA
[Sync]
public Actor LinkedProc = null;
[Sync]
public int2 LastHarvestedCell = int2.Zero;
readonly HarvesterInfo Info;
public Harvester(Actor self, HarvesterInfo info)
{