Exemplo n.º 1
0
 public void RemoveTag(int tag)
 {
     tags &= ~tag;
 }
Exemplo n.º 2
0
 public void AddTag(int tag)
 {
     tags |= tag;
 }