remove ObjectCreator.Param and all associated nonsense
This commit is contained in:
@@ -17,7 +17,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
public class OrderButtonsChromeLogic
|
||||
{
|
||||
[ObjectCreator.UseCtor]
|
||||
public OrderButtonsChromeLogic( [ObjectCreator.Param] World world )
|
||||
public OrderButtonsChromeLogic(World world)
|
||||
{
|
||||
var r = Widget.RootWidget;
|
||||
var gameRoot = r.GetWidget("INGAME_ROOT");
|
||||
|
||||
Reference in New Issue
Block a user