Esempio n. 1
0
 private void TimerCallback(object aSender)
 {
     ButtonRefresh.BeginInvoke((Action)(() => {
         StopRefresh();
     }));
 }
Esempio n. 2
0
    public void OnGameReady()
    {
        Text btnRefresh = ButtonRefresh.GetComponentInChildren <Text>();

        btnRefresh.text = string.Format(btnRefresh.text, Game.Instance.Profile.GameModeCtrl.GetShopPrice());
    }