コード例 #1
0
 // 재화 갱신
 void UpdateMyGoods()
 {
     _labelStamina.text    = GoodsHelper.GetMyCurrentAndMaxGoodsCount(EGoodsType.Stamina);
     _labelGold.text       = GoodsHelper.GetMyCurrentAndMaxGoodsCount(EGoodsType.Gold);
     _labelCash.text       = GoodsHelper.GetMyCurrentAndMaxGoodsCount(EGoodsType.Cash);
     _labelNationCoin.text = GoodsHelper.GetMyCurrentAndMaxGoodsCount(EGoodsType.NationCoin);
     _labelRealCash.text   = GoodsHelper.GetMyCurrentAndMaxGoodsCount(EGoodsType.RealCash);
 }