Exemplo n.º 1
0
 internal static int LuaGetTop(IntPtr luaState)
 {
     return(LuaInterop.LuaGetTop(luaState));
 }