Esempio n. 1
0
 internal static void LuaSetTop(IntPtr luaState, int newTop)
 {
     LuaInterop.LuaSetTop(luaState, newTop);
 }