remove ObjectCreator.Param and all associated nonsense
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
readonly World world;
|
||||
|
||||
[ObjectCreator.UseCtor]
|
||||
public PowerBinWidget( [ObjectCreator.Param] World world )
|
||||
public PowerBinWidget(World world)
|
||||
{
|
||||
this.world = world;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user