Esempio n. 1
0
 public static List <KFBoCaoHistoryData> _M10(int type)
 {
     return(KFBoCaiManager.GetWinHistory(type));
 }
Esempio n. 2
0
 public static bool _M11(int type, string buyValue, int buyNum, long DataPeriods)
 {
     return(KFBoCaiManager.IsCanBuy(type, buyValue, buyNum, DataPeriods));
 }
Esempio n. 3
0
 public static List <OpenLottery> _M9(int type, long DataPeriods, bool getOne)
 {
     return(KFBoCaiManager.GetOpenLottery(type, DataPeriods, getOne));
 }
Esempio n. 4
0
 public static OpenLottery _M8(int type)
 {
     return(KFBoCaiManager.GetOpenLottery(type));
 }
Esempio n. 5
0
 public static KFStageData _M7(int type)
 {
     return(KFBoCaiManager.GetKFStageData(type));
 }
Esempio n. 6
0
 public static bool _M6(KFBuyBocaiData data)
 {
     return(KFBoCaiManager.BuyBoCai(data));
 }
Esempio n. 7
0
 public static bool _M5(KFBoCaiShopDB Item, int maxNum)
 {
     return(KFBoCaiManager.BoCaiBuyItem(Item, maxNum));
 }