Exemplo n.º 1
0
 void Start()
 {
     thisSceneController = InspectorAssignmentSceneController as IDictionarySupport;
     if (StatusCheck())
     {
         IconeChange();
     }
 }
Exemplo n.º 2
0
 public void OpenBuyWindow(string name, GameObject _button)
 {
     thisSceneController = InspectorAssignmentSceneController as IDictionarySupport;
     BuyWindowOpen?.Invoke();
     BuyWindowBlur.SetActive(true);
     blurTransparencyChange.ButtonClicked = true;
     Name           = name;
     Price          = thisSceneController.PriceDictionary.GetPrice(name);
     PriceText.text = $"{Price.ToString()} points";
     Button         = _button;
     pauseButton.PauseButtonClicked += CloseBuyWindow;
 }
Exemplo n.º 3
0
 public void Start()
 {
     thisSceneController = InspectorAssignmentSceneController as IDictionarySupport;
 }
Exemplo n.º 4
0
 public void Start()
 {
     thisSceneController = InspectorAssignmentSceneController as IDictionarySupport;
     ButtonName          = gameObject.name;
 }