コード例 #1
0
 void Start()
 {
     mInstance = this;
 }
コード例 #2
0
 public void InitTipType(RechargeInstanse.PayType type)
 {
     chooseType = type;
     labelDes.GetComponent<UILabel>().text = ConstantString.LevelCostTitle[(int)type -3];
 }
コード例 #3
0
 void Awake()
 {
     mInstance = this;
     DontDestroyOnLoad(transform.gameObject);
 }
コード例 #4
0
 void CallRechargeFunction(RechargeInstanse.PayType type)
 {
     RechargeInstanse.Instance.rechargeSuccessDelegate = makeSuerDelegate;
     RechargeInstanse.Instance.rechargeFailDelegate = deleteDelegate;
     RechargeInstanse.Instance.RechargeMoneyFunction(type);
 }