more support power stuff

This commit is contained in:
Chris Forbes
2010-01-08 21:24:52 +13:00
parent cc0498314e
commit 6ff0f82c02
3 changed files with 51 additions and 4 deletions

View File

@@ -44,5 +44,9 @@ namespace OpenRa.Game
if (RemainingTime > 0) --RemainingTime;
}
}
public void Activate()
{
}
}
}