Exemplo n.º 1
0
 void Start()
 {
     cristals = FindObjectOfType <Cristals>();
     star     = FindObjectOfType <Star>();
     anti     = FindObjectOfType <Anti>();
 }
Exemplo n.º 2
0
 public bool isDebugged()
 {
     return(Anti.IsDebuggerAttached());
 }