[apiX] first pass update for new clientstructs (#1818)

* first pass update for new clientstructs

* track latest clientstructs & fix compilation errors

* fix GameInventory hook bug
rename Appartment
This commit is contained in:
aers 2024-05-31 09:09:28 -07:00 committed by GitHub
parent 666eab98bd
commit d823db7930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 126 additions and 93 deletions

View file

@ -60,9 +60,9 @@ public sealed class AetheryteEntry
public bool IsSharedHouse => this.data.IsSharedHouse;
/// <summary>
/// Gets a value indicating whether this Aetheryte is an Appartment or not.
/// Gets a value indicating whether this Aetheryte is an Apartment or not.
/// </summary>
public bool IsAppartment => this.data.IsAppartment;
public bool IsApartment => this.data.IsApartment;
/// <summary>
/// Gets the Aetheryte data related to this aetheryte.