Move SupportPowerInstance out of SupportPowerManager

This commit is contained in:
ScottNZ
2013-07-14 20:31:24 +12:00
parent fc458d191d
commit 8bec40eb9b
4 changed files with 68 additions and 68 deletions

View File

@@ -90,7 +90,7 @@ namespace OpenRA.Mods.RA.Widgets
}
}
static string GetOverlayForItem(SupportPowerManager.SupportPowerInstance item)
static string GetOverlayForItem(SupportPowerInstance item)
{
if (item.Disabled) return "ON HOLD";
if (item.Ready) return "READY";