Пример #1
0
 public void RemoveTag(int tag)
 {
     tags &= ~tag;
 }
Пример #2
0
 public void AddTag(int tag)
 {
     tags |= tag;
 }