Update IPlayerState.cs

Fixed type in BaseRestedExperience summary
This commit is contained in:
balloon41 2026-02-10 12:33:57 -06:00 committed by GitHub
parent 28e39ab9e2
commit e562888f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ public interface IPlayerState : IDalamudService
RowRef<Aetheryte> FreeAetheryte { get; }
/// <summary>
/// Gets the amount of received player commendations of the local player.
/// Gets the amount of rested experience available to the local player.
/// </summary>
uint BaseRestedExperience { get; }