StyleCop
This commit is contained in:
@@ -54,8 +54,8 @@ namespace OpenRA.Mods.RA
|
|||||||
|
|
||||||
self.World.AddFrameEndTask(w => w.CreateActor(at.Name, new TypeDictionary
|
self.World.AddFrameEndTask(w => w.CreateActor(at.Name, new TypeDictionary
|
||||||
{
|
{
|
||||||
new LocationInit( loc ),
|
new LocationInit(loc),
|
||||||
new OwnerInit( self.Owner ),
|
new OwnerInit(self.Owner),
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user