Exemplo n.º 1
0
 void Start()
 {
     pm = (Puzzle_Manager)FindObjectOfType(typeof(Puzzle_Manager));
 }
Exemplo n.º 2
0
 // Update is called once per frame
 void FixedUpdate()
 {
     pm = (Puzzle_Manager)FindObjectOfType(typeof(Puzzle_Manager));
 }
Exemplo n.º 3
0
 void Start()
 {
     pm          = (Puzzle_Manager)FindObjectOfType(typeof(Puzzle_Manager));
     bc          = (Ball_Conditions)FindObjectOfType(typeof(Ball_Conditions));
     startButton = (Button)FindObjectOfType(typeof(Button));
 }