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