Ejemplo n.º 1
0
 void ProvideHintsCost(HintPopup popup) //Provide hints buttons with related cost
 {
     for (int i = 0; i < popup.buttons.Length - 1; i++)
     {
         StaticBehaviors.SetUpCost(popup.buttons[i].transform, hintsCost[i]);
     }
 }