remove ObjectCreator.Param and all associated nonsense
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
|
||||
public class CncPerfDebugLogic
|
||||
{
|
||||
[ObjectCreator.UseCtor]
|
||||
public CncPerfDebugLogic([ObjectCreator.Param] Widget widget)
|
||||
public CncPerfDebugLogic(Widget widget)
|
||||
{
|
||||
// Performance info
|
||||
var perfRoot = widget.GetWidget("PERFORMANCE_INFO");
|
||||
|
||||
Reference in New Issue
Block a user