Exemplo n.º 1
0
        public int GetRewardDiamond()
        {
            MonthCardConfig mcc = GetDataById(c_MonthCardId);

            if (null != mcc)
            {
                return(mcc.Diamond);
            }
            return(0);
        }
Exemplo n.º 2
0
        public int GetDuration()
        {
            MonthCardConfig mcc = GetDataById(c_MonthCardId);

            if (null != mcc)
            {
                return(mcc.Duration);
            }
            return(0);
        }
Exemplo n.º 3
0
        public float GetPrice()
        {
            MonthCardConfig mcc = GetDataById(c_MonthCardId);

            if (null != mcc)
            {
                return(mcc.Price);
            }
            return(0);
        }