Mark IPlayerState with IDalamudService

This commit is contained in:
Haselnussbomber 2025-11-17 20:28:52 +01:00
parent f4c9c16c68
commit 1bdad092ca
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -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.