Remove deprecated Buildable.Owner field.

This commit is contained in:
Paul Chote
2015-04-22 23:15:09 +12:00
parent ea679d4557
commit 97b4509607
2 changed files with 3 additions and 15 deletions

View File

@@ -21,9 +21,6 @@ namespace OpenRA.Mods.Common.Traits
"and by the ProvidesCustomPrerequisite trait.")]
public readonly string[] Prerequisites = { };
[Desc("Restrict production to a specific race(s). **Deprecated**: Use race-specific prerequisites instead.")]
public readonly string[] Owner = { };
[Desc("Production queue(s) that can produce this.")]
public readonly string[] Queue = { };