Esempio n. 1
0
 void Awake()
 {
     bndCheck = GetComponent <boundCheck>();
 }
Esempio n. 2
0
 void Awake()
 {
     S        = this;
     bndCheck = GetComponent <boundCheck>();
 }