Пример #1
0
 internal static void LuaNetGetGlobal(IntPtr luaState, string name)
 {
     LuaInterop.LuaNetGetGlobal(luaState, name);
 }