mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-12 11:04:38 +01:00
Update IPlayerState.cs (#2617)
Fixed type in BaseRestedExperience summary
This commit is contained in:
parent
28e39ab9e2
commit
3de8c511bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue