mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 19:04:14 +01:00
let file shards register against main or so
This commit is contained in:
parent
532c123927
commit
3a9f93b157
12 changed files with 457 additions and 48 deletions
|
|
@ -5,6 +5,9 @@ namespace MareSynchronosShared.Services;
|
|||
public interface IConfigurationService<T> where T : class, IMareConfiguration
|
||||
{
|
||||
bool IsMain { get; }
|
||||
|
||||
event EventHandler ConfigChangedEvent;
|
||||
|
||||
T1 GetValue<T1>(string key);
|
||||
T1 GetValueOrDefault<T1>(string key, T1 defaultValue);
|
||||
string ToString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue