mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Mark IPlayerState with IDalamudService
This commit is contained in:
parent
f4c9c16c68
commit
1bdad092ca
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Dalamud.Plugin.Services;
|
|||
/// <summary>
|
||||
/// Interface for determining the players state.
|
||||
/// </summary>
|
||||
public interface IPlayerState
|
||||
public interface IPlayerState : IDalamudService
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the local players data is loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue