Esempio n. 1
0
 // Start is called before the first frame update
 public void Awake()
 {
     //todo refactor
     itemGenerator = FindObjectOfType <itemGenerator>();
     launchline    = GetComponent <LaunchLine>();
     CreateBall();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     launchLine = this;
     Enabled(false);
 }
Esempio n. 3
0
 public void Awake()
 {
     //todo refactor
     launchline = GetComponent <LaunchLine>();
 }