private void Awake()
 {
     instance = this;
 }
Example #2
0
 void Awake()
 {
     current = this;
     //bulletsAndComets = new GameObject ("Bullets and Comets");
 }
Example #3
0
 void Awake()
 {
     current = this;
     //bulletsAndComets = new GameObject ("Bullets and Comets");
 }