Add automated chrome string extractor.

This commit is contained in:
Gustas
2023-10-18 23:29:44 +03:00
committed by Matthias Mailänder
parent 1f0e73906e
commit cbd6b67456
16 changed files with 428 additions and 19 deletions

View File

@@ -18,8 +18,8 @@ namespace OpenRA.Mods.Common.Widgets
readonly World world;
[ObjectCreator.UseCtor]
public WorldLabelWithTooltipWidget(World world)
: base()
public WorldLabelWithTooltipWidget(ModData modData, World world)
: base(modData)
{
this.world = world;
}