Refactor DemoTruck/Chronoshiftable inheritance

This commit is contained in:
Paul Chote
2010-01-07 00:48:50 +13:00
parent bac4db504c
commit 64214fd97b
4 changed files with 12 additions and 21 deletions

View File

@@ -43,7 +43,6 @@ namespace OpenRa.Game.Traits
bool IsCrushableBy(UnitMovementType umt, Player player);
bool IsPathableCrush(UnitMovementType umt, Player player);
}
interface IChronoshiftable{}
struct Renderable
{
public readonly Sprite Sprite;