let file shards register against main or so
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user