mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Better Service dependency handling (#1535)
This commit is contained in:
parent
fcebd15077
commit
b66be84b93
25 changed files with 415 additions and 197 deletions
|
|
@ -21,7 +21,7 @@ namespace Dalamud.Storage;
|
|||
/// <remarks>
|
||||
/// This is not an early-loaded service, as it is needed before they are initialized.
|
||||
/// </remarks>
|
||||
[ServiceManager.Service]
|
||||
[ServiceManager.ProvidedService]
|
||||
public class ReliableFileStorage : IServiceType, IDisposable
|
||||
{
|
||||
private static readonly ModuleLog Log = new("VFS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue