rename NewUnitInfo -> ActorInfo

This commit is contained in:
Chris Forbes
2010-01-17 10:00:46 +13:00
parent a2e1fe3d4f
commit a3ab1d77e7
9 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRa.Traits
interface IProducer
{
bool Produce( Actor self, NewUnitInfo producee );
bool Produce( Actor self, ActorInfo producee );
void SetPrimaryProducer(Actor self, bool isPrimary);
}
public interface IOccupySpace { IEnumerable<int2> OccupiedCells(); }