hard-coded TooltipTemplate to YAML

This commit is contained in:
Matthias Mailänder
2014-03-29 20:02:52 +01:00
parent d514689ec7
commit 64b4f62af0
4 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA.Widgets
public enum ResourceBarStyle { Flat, Bevelled }
public class ResourceBarWidget : Widget
{
public readonly string TooltipTemplate = "SIMPLE_TOOLTIP";
public readonly string TooltipTemplate;
public readonly string TooltipContainer;
Lazy<TooltipContainerWidget> tooltipContainer;