Пример #1
0
 internal static int LuaGetHookCount(IntPtr luaState)
 {
     return(LuaInterop.LuaGetHookCount(luaState));
 }