Move ctor initializers to their own line.
This commit is contained in:
@@ -31,7 +31,8 @@ namespace OpenRA.Mods.Common.Traits.BotModules.Squads
|
||||
internal Target Target;
|
||||
internal StateMachine FuzzyStateMachine;
|
||||
|
||||
public Squad(IBot bot, SquadManagerBotModule squadManager, SquadType type) : this(bot, squadManager, type, null) { }
|
||||
public Squad(IBot bot, SquadManagerBotModule squadManager, SquadType type)
|
||||
: this(bot, squadManager, type, null) { }
|
||||
|
||||
public Squad(IBot bot, SquadManagerBotModule squadManager, SquadType type, Actor target)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user