Fix RCS1041

This commit is contained in:
RoosterDragon
2023-03-18 12:02:32 +00:00
committed by Gustas
parent 917b0512bf
commit 9f1ea57d3c
15 changed files with 17 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ namespace OpenRA.Mods.Cnc.Traits
[ActorReference]
[Desc("Actor types that should be treated as veins for adjacency.")]
public readonly HashSet<string> VeinholeActors = new() { };
public readonly HashSet<string> VeinholeActors = new();
public override object Create(ActorInitializer init) { return new TSEditorResourceLayer(init.Self, this); }
}