Ejemplo n.º 1
0
 internal static void LuaNetSetGlobal(IntPtr luaState, string name)
 {
     LuaInterop.LuaNetSetGlobal(luaState, name);
 }