remove useless Buildable.BuiltAt

V2: don't leave the broken [ActorReference] attached to Owner.
This commit is contained in:
Chris Forbes
2013-06-18 08:54:57 +12:00
parent 627a892097
commit 6c1d4efb07
8 changed files with 0 additions and 46 deletions

View File

@@ -15,9 +15,6 @@ namespace OpenRA.Mods.RA
public class BuildableInfo : TraitInfo<Buildable>
{
public readonly string[] Prerequisites = { };
[ActorReference]
public readonly string[] BuiltAt = { };
public readonly string[] Owner = { };
public readonly string Queue;