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