rework for ui shit
This commit is contained in:
@@ -4,7 +4,7 @@ using MareSynchronos.WebAPI;
|
||||
namespace MareSynchronos.MareConfiguration.Configurations.Obsolete;
|
||||
|
||||
[Serializable]
|
||||
[Obsolete]
|
||||
[Obsolete("Replaced with ServerConfig")]
|
||||
public class ServerConfigV0 : IMareConfiguration
|
||||
{
|
||||
public string CurrentServer { get; set; } = string.Empty;
|
||||
@@ -15,4 +15,4 @@ public class ServerConfigV0 : IMareConfiguration
|
||||
};
|
||||
|
||||
public int Version { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user