Remove FluentBundle.Arguments helper method.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
displayResources = playerResources.GetCashAndResources();
|
||||
|
||||
siloUsageTooltipCache = new CachedTransform<(int Resources, int Capacity), string>(x =>
|
||||
FluentProvider.GetString(SiloUsage, FluentBundle.Arguments("usage", x.Resources, "capacity", x.Capacity)));
|
||||
FluentProvider.GetString(SiloUsage, "usage", x.Resources, "capacity", x.Capacity));
|
||||
cashLabel = widget.Get<LabelWithTooltipWidget>("CASH");
|
||||
cashLabel.GetTooltipText = () => siloUsageTooltip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user