mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
Add IDalamudService marker interface
This commit is contained in:
parent
7ec1de4c76
commit
d3c812ba6c
41 changed files with 81 additions and 69 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue