Update IPlayerState.cs (#2617)
Some checks failed
Tag Build / Tag Build (push) Successful in 5s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled

Fixed type in BaseRestedExperience summary
This commit is contained in:
balloon41 2026-02-10 13:37:58 -06:00 committed by GitHub
parent 28e39ab9e2
commit 3de8c511bf
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; }