mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
fix: register interfaces for provided services
This commit is contained in:
parent
4b9de31240
commit
4a1b220d4a
9 changed files with 46 additions and 20 deletions
|
|
@ -19,6 +19,7 @@ namespace Dalamud.Configuration.Internal;
|
|||
/// Class containing Dalamud settings.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[ServiceManager.Service]
|
||||
internal sealed class DalamudConfiguration : IServiceType, IDisposable
|
||||
{
|
||||
private static readonly JsonSerializerSettings SerializerSettings = new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue