mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
feat: enable early loaded services to wait for provided services, some rewrites to make service kind declaration more explicit
This commit is contained in:
parent
0690f5dd2a
commit
2bdb837577
4 changed files with 37 additions and 26 deletions
|
|
@ -1276,6 +1276,7 @@ internal class InterfaceManager : IDisposable, IServiceType
|
|||
/// <summary>
|
||||
/// Represents an instance of InstanceManager with scene ready for use.
|
||||
/// </summary>
|
||||
[ServiceManager.Service]
|
||||
public class InterfaceManagerWithScene : IServiceType
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue