removing some dead crap

This commit is contained in:
Chris Forbes
2009-10-14 20:27:55 +13:00
parent 00cf322feb
commit 736ac862ab

View File

@@ -46,19 +46,4 @@ namespace OpenRa.Game
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 );
// }
//}
}