mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
rework configuration save, load configuration backups when available and config cannot be read
This commit is contained in:
parent
eb385a859c
commit
d60d1979ce
12 changed files with 213 additions and 55 deletions
|
|
@ -7,5 +7,5 @@ public class PlayerPerformanceConfigService : ConfigurationServiceBase<PlayerPer
|
|||
public const string ConfigName = "playerperformance.json";
|
||||
public PlayerPerformanceConfigService(string configDir) : base(configDir) { }
|
||||
|
||||
protected override string ConfigurationName => ConfigName;
|
||||
public override string ConfigurationName => ConfigName;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue