mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
Fix FavoriteAetherytes
This commit is contained in:
parent
a55c8ca773
commit
bcf651b5c1
2 changed files with 7 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ public interface IPlayerState
|
|||
/// <summary>
|
||||
/// Gets a span of Aetheryte rows for the local player's favourite aetherytes.
|
||||
/// </summary>
|
||||
ReadOnlySpan<RowRef<Aetheryte>> FavouriteAetherytes { get; }
|
||||
ReadOnlySpan<RowRef<Aetheryte>> FavoriteAetherytes { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Aetheryte row for the local player's free aetheryte.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue