Move ctor initializers to their own line.
This commit is contained in:
@@ -20,7 +20,8 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
{
|
||||
readonly RadarPings radarPings;
|
||||
|
||||
public RadarGlobal(ScriptContext context) : base(context)
|
||||
public RadarGlobal(ScriptContext context)
|
||||
: base(context)
|
||||
{
|
||||
radarPings = context.World.WorldActor.TraitOrDefault<RadarPings>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user