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