Пример #1
0
 public static LuaStatePtr NewThread(LuaStatePtr l)
 {
     return(LuaDelegates.lua_newthread(l));
 }