private void Start()
 {
     MoneyManagerObject = GameObject.FindWithTag("MoneyManager");
     MMRef            = MoneyManagerObject.GetComponent <moneymanager>();
     SpawnLocationRef = SpawnLocation.GetComponent <SpaceIsClear>();
     CamraSliderRef   = CamraObject.GetComponent <CamraSlider>();
     UpdateButtonLabesl();
 }
Beispiel #2
0
 void Start()
 {
     if (this.IsGround)
     {
         this.IsConnectedToGround = true;
     }
     if (this.IsPlatform)
     {
         this.IsConnectedToPlatform = true;
     }
     MoneyManagerObject         = GameObject.FindWithTag("MoneyManager");
     MoneyManagerScriptRefrence = MoneyManagerObject.GetComponent <moneymanager>();
 }
Beispiel #3
0
 private void Start()
 {
     MMRef = GameObject.FindWithTag("MoneyManager").GetComponent <moneymanager>();
 }
 void Start()
 {
     bmref = bm.GetComponent <Buttonsdostuff>();
     MMref = MM.GetComponent <moneymanager>();
 }