namespace Pulsar.Utils; internal static class SettingsManager { internal static void Save() { throw new NotImplementedException(); } internal static void Load() { throw new NotImplementedException(); } }