mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +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
|
|
@ -23,6 +23,7 @@ namespace Dalamud.Storage;
|
|||
/// <remarks>
|
||||
/// This is not an early-loaded service, as it is needed before they are initialized.
|
||||
/// </remarks>
|
||||
[ServiceManager.Service]
|
||||
public class ReliableFileStorage : IServiceType, IDisposable
|
||||
{
|
||||
private static readonly ModuleLog Log = new("VFS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue