Update client to add throw consume equip to InventoryItem.
This commit is contained in:
parent
9fce3f1cb8
commit
ae820f5979
22 changed files with 791 additions and 121 deletions
|
|
@ -15,13 +15,16 @@ data class APIResponse<T>(
|
|||
AlterationId,
|
||||
AlterationName,
|
||||
ItemId,
|
||||
InventoryId,
|
||||
ItemName,
|
||||
CharacterSheetId,
|
||||
Create,
|
||||
Active,
|
||||
Equip,
|
||||
Damage,
|
||||
Fatigue,
|
||||
Diminished,
|
||||
Count,
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue