Ejemplo n.º 1
0
 static public int GetBuyRet(IntPtr l)
 {
     try {
         ShopSystem self = (ShopSystem)checkSelf(l);
         var        ret  = self.GetBuyRet();
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }