Ejemplo n.º 1
0
 static int Login(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 0);
         ChannelMgr.Login();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }