Merge branch 'master' of git://github.com/chrisforbes/OpenRA

This commit is contained in:
Alli
2009-12-23 22:24:31 +13:00
6 changed files with 33 additions and 36 deletions

View File

@@ -64,6 +64,6 @@ namespace OpenRa.Game.Traits
bool IsCrushableByFriend();
bool IsCrushableByEnemy();
void OnCrush(Actor crusher);
IEnumerable<UnitMovementType>CrushableBy();
bool CrushableBy(UnitMovementType umt);
}
}