Merge pull request #10788 from pchote/widget-moddata
Remove Game.ModData references from Widget code.
This commit is contained in:
@@ -30,8 +30,8 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
public string SelectedItem;
|
||||
|
||||
[ObjectCreator.UseCtor]
|
||||
public DropDownButtonWidget(Ruleset modRules)
|
||||
: base(modRules) { }
|
||||
public DropDownButtonWidget(ModData modData)
|
||||
: base(modData) { }
|
||||
|
||||
protected DropDownButtonWidget(DropDownButtonWidget widget)
|
||||
: base(widget)
|
||||
|
||||
Reference in New Issue
Block a user