mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 04:44:56 +01:00
Initial Commit
This commit is contained in:
14
Pulsar/Utils/SettingsManager.cs
Normal file
14
Pulsar/Utils/SettingsManager.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Pulsar.Utils;
|
||||
|
||||
internal static class SettingsManager
|
||||
{
|
||||
internal static void Save()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
internal static void Load()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user