Update client to add throw consume equip to InventoryItem.

This commit is contained in:
Thomas Andres Gomez 2025-04-19 21:46:03 +02:00
parent 9fce3f1cb8
commit ae820f5979
22 changed files with 791 additions and 121 deletions

View file

@ -15,13 +15,16 @@ data class APIResponse<T>(
AlterationId,
AlterationName,
ItemId,
InventoryId,
ItemName,
CharacterSheetId,
Create,
Active,
Equip,
Damage,
Fatigue,
Diminished,
Count,
}
companion object {