Exemplo n.º 1
0
 public Tag(TagDef tagDef)
 {
 }
Exemplo n.º 2
0
 public bool HasTag(TagDef tag)
 {
     return(tags.Contains(tag));
 }