Exemplo n.º 1
0
 public static LuaState lua_newthread(LuaState state)
 {
     return(LuaNativeBinding.lua_newthread(state));
 }