mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +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>
|
/// <summary>
|
||||||
/// Interface for determining the players state.
|
/// Interface for determining the players state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IPlayerState
|
public interface IPlayerState : IDalamudService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the local players data is loaded.
|
/// Gets a value indicating whether the local players data is loaded.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue