static public int Get(IntPtr l)
 {
     try {
         SkillSystem.SkillLongParam self = (SkillSystem.SkillLongParam)checkSelf(l);
         SkillSystem.SkillInstance  a1;
         checkType(l, 2, out a1);
         var ret = self.Get(a1);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }