Move ctor initializers to their own line.
This commit is contained in:
@@ -42,7 +42,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public class SpawnActorPower : SupportPower
|
||||
{
|
||||
public SpawnActorPower(Actor self, SpawnActorPowerInfo info) : base(self, info) { }
|
||||
public SpawnActorPower(Actor self, SpawnActorPowerInfo info)
|
||||
: base(self, info) { }
|
||||
|
||||
public override void Activate(Actor self, Order order, SupportPowerManager manager)
|
||||
{
|
||||
base.Activate(self, order, manager);
|
||||
|
||||
Reference in New Issue
Block a user