Esempio n. 1
0
 private object GetAsThread(LuaState luaState, int stackPos)
 {
     return(_translator.GetThread(luaState, stackPos));
 }