示例#1
0
 static public int destroyAll_s(IntPtr l)
 {
     try {
         Go.destroyAll();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }