Add IDalamudService marker interface

This commit is contained in:
Haselnussbomber 2025-10-19 22:52:20 +02:00
parent 7ec1de4c76
commit d3c812ba6c
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
41 changed files with 81 additions and 69 deletions

View file

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Dalamud.Game.Addon.Lifecycle;
@ -9,7 +9,7 @@ namespace Dalamud.Plugin.Services;
/// <summary>
/// This class provides events for in-game addon lifecycles.
/// </summary>
public interface IAddonLifecycle
public interface IAddonLifecycle : IDalamudService
{
/// <summary>
/// Delegate for receiving addon lifecycle event messages.