Add tooltip hook to SupportPowers; save some batches.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user