Exemplo n.º 1
0
 public void UnusedByClass(TFClass c)
 {
     allowedclass[(int)c] = false;
 }
Exemplo n.º 2
0
 public bool IsUsedByClass(TFClass cls)
 {
     return(allowedclass[(int)cls]);
 }
Exemplo n.º 3
0
 public void UsedByClass(TFClass c)
 {
     allowedclass[(int)c] = true;
 }