using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Reflection.Emit; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Sources; using BepInEx; using BepInEx.Configuration; using BepInEx.Core.Logging.Interpolation; using BepInEx.Logging; using BepInEx.NET.Common; using BepInExResoniteShim; using BepisModSettings.ConfigAttributes; using BepisResoniteWrapper; using Elements.Core; using FrooxEngine; using FrooxEngine.UIX; using HarmonyLib; using SkyFrost.Base; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(/*Could not decode attribute arguments.*/)] [assembly: TargetFramework(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] [assembly: AssemblyCompany("art0007i")] [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyFileVersion("1.0.1.0")] [assembly: AssemblyInformationalVersion("1.0.1+eb6a76c9327eb2eafe3332f73806c532b93162e4")] [assembly: AssemblyProduct("LocalStuff")] [assembly: AssemblyTitle("LocalStuff")] [assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/art0007i/LocalStuff")] [assembly: AssemblyVersion("1.0.1.0")] [module: RefSafetyRules(11)] namespace LocalStuff; public static class ModSettings { private enum SaveState { NotSaved, Saved, Saving, NotSavable } [CompilerGenerated] private sealed class <>c__DisplayClass2_0 { public Workspace space; public string txt; public IField label; public IField enabled; public Action <>9__4; public ButtonEventHandler <>9__3; internal void b__0(IField field) { ((IValue)(object)field).Value = txt; label = field; } internal void b__1(IField x) { enabled = x; } internal void b__2(SyncDelegate x) { //IL_001f: Unknown result type (might be due to invalid IL or missing references) //IL_0024: Unknown result type (might be due to invalid IL or missing references) //IL_0026: Expected O, but got Unknown //IL_002b: Expected O, but got Unknown Button component = ((ContainerWorker)(object)((SyncElement)x).Slot).GetComponent