Exemple #1
0
 public void RemoveTag(TagCPType type)
 {
     tags.Remove(type);
 }
Exemple #2
0
 public bool HasTag(TagCPType type)
 {
     return(tags.Contains(type));
 }
Exemple #3
0
 public void AddTag(TagCPType type)
 {
     tags.Add(type);
 }