This commit is contained in:
Chris Forbes
2010-01-10 13:06:39 +13:00
parent 68fcd29816
commit 409a48b22a
15 changed files with 61 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRa.Game.Traits
interface IProducer
{
bool Produce( Actor self, UnitInfo producee );
bool Produce( Actor self, LegacyUnitInfo producee );
void SetPrimaryProducer(Actor self, bool isPrimary);
}
interface IOccupySpace { IEnumerable<int2> OccupiedCells(); }