force-move; cleaning some dead bits; etc

This commit is contained in:
Chris Forbes
2009-12-23 21:48:15 +13:00
parent 8fa02ea6a3
commit 982fde6d0a
6 changed files with 31 additions and 24 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);
}
}