Add tooltip hook to SupportPowers; save some batches.

This commit is contained in:
Paul Chote
2011-07-05 22:29:36 +12:00
parent ca77f20f19
commit 7c72c1564e
7 changed files with 85 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ namespace OpenRA.Mods.Cnc.Widgets
public readonly string TabClick = "button.aud";
public readonly string TooltipContainer;
public readonly string TooltipTemplate = "PRODUCTION_TOOLTIP";
public string TooltipActor { get; private set; }
public string TooltipActor { get; private set; }
Lazy<TooltipContainerWidget> tooltipContainer;
ProductionQueue currentQueue;
public ProductionQueue CurrentQueue