Fix RCS1041
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
[ActorReference]
|
||||
[FieldLoader.Require]
|
||||
public readonly HashSet<string> RepairActors = new() { };
|
||||
public readonly HashSet<string> RepairActors = new();
|
||||
|
||||
public readonly WDist CloseEnough = WDist.FromCells(4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user