removing some dead crap
This commit is contained in:
@@ -46,19 +46,4 @@ namespace OpenRa.Game
|
|||||||
mobile.destination = mobile.toCell;
|
mobile.destination = mobile.toCell;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//class HarvestOrder : Order
|
|
||||||
//{
|
|
||||||
// Unit unit;
|
|
||||||
|
|
||||||
// public HarvestOrder( Unit unit )
|
|
||||||
// {
|
|
||||||
// this.unit = unit;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// public override void Apply( Game game )
|
|
||||||
// {
|
|
||||||
// unit.nextOrder = UnitMissions.Harvest( unit );
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user