add dropdown in editor for choosing owner of new actors
This commit is contained in:
@@ -42,5 +42,7 @@ namespace OpenRA.FileFormats
|
||||
|
||||
public PlayerReference() {}
|
||||
public PlayerReference(MiniYaml my) { FieldLoader.Load(this, my); }
|
||||
|
||||
public override string ToString() { return Name; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user