mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37:43 +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; }
|
RowRef<Aetheryte> FreeAetheryte { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the amount of received player commendations of the local player.
|
/// Gets the amount of rested experience available to the local player.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
uint BaseRestedExperience { get; }
|
uint BaseRestedExperience { get; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue