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

@@ -6,7 +6,7 @@ using System.Drawing;
namespace OpenRa.Game.Traits
{
class Chronoshiftable : IOrder, ISpeedModifier, ITick, IChronoshiftable
class Chronoshiftable : IOrder, ISpeedModifier, ITick
{
// Return-to-sender logic
int2 chronoshiftOrigin;