Remove "Primary" tag.

This commit is contained in:
Paul Chote
2015-12-13 18:46:19 +00:00
parent ef2f9cbafa
commit 5b017cee58
11 changed files with 200 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenRA.Traits
// depends on the order of pips in WorldRenderer.cs!
public enum PipType { Transparent, Green, Yellow, Red, Gray, Blue, Ammo, AmmoEmpty }
public enum TagType { None, Primary }
public enum TagType { None }
[Flags]
public enum Stance