예제 #1
0
 public static int lua_pushthread(LuaState state)
 {
     return(LuaNativeBinding.lua_pushthread(state));
 }