void Awake()
 {
     b = this;
 }
Beispiel #2
0
 private void Start()
 {
     bh = GameObject.Find("BottleMinigameHandler").GetComponent <BottleHandler>();
 }