Exemplo n.º 1
0
 static int JPushStopPush(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         GameSDKInterface obj = (GameSDKInterface)ToLua.CheckObject <GameSDKInterface>(L, 1);
         obj.JPushStopPush();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }