Remove duplication

This commit is contained in:
Paul Chote
2010-03-21 20:36:46 +13:00
parent 0510a7fb7f
commit 85f9b3627f
11 changed files with 113 additions and 122 deletions

View File

@@ -82,13 +82,7 @@ namespace OpenRA.Traits
bool IsCrushableBy(UnitMovementType umt, Player player);
bool IsPathableCrush(UnitMovementType umt, Player player);
}
public interface ICrateAction
{
int GetSelectionShares(Actor collector);
void Activate(Actor collector);
}
public struct Renderable
{
public readonly Sprite Sprite;