using System; namespace S3.Modules.MiscTweaks; [Serializable] public class MiscTweaksSettings { public bool enabled = false; public bool autoLoadMostRecent = false; public float autoLoadCountdownSeconds = 3f; }