private void TimerCallback(object aSender) { ButtonRefresh.BeginInvoke((Action)(() => { StopRefresh(); })); }
public void OnGameReady() { Text btnRefresh = ButtonRefresh.GetComponentInChildren <Text>(); btnRefresh.text = string.Format(btnRefresh.text, Game.Instance.Profile.GameModeCtrl.GetShopPrice()); }