Example #1
0
 public Tag(TagDef tagDef)
 {
 }
Example #2
0
 public bool HasTag(TagDef tag)
 {
     return(tags.Contains(tag));
 }