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,9 +1,9 @@
namespace Dalamud.Plugin.Services;
namespace Dalamud.Plugin.Services;
/// <summary>
/// This class represents the state of the currently occupied duty.
/// </summary>
public interface IDutyState
public interface IDutyState : IDalamudService
{
/// <summary>
/// Event that gets fired when the duty starts.