Add Addable InventoryItem feature & quantity change.
This commit is contained in:
parent
48074f3d13
commit
9fce3f1cb8
28 changed files with 785 additions and 343 deletions
|
|
@ -17,6 +17,11 @@ data class APIResponse<T>(
|
|||
ItemId,
|
||||
ItemName,
|
||||
CharacterSheetId,
|
||||
Create,
|
||||
Active,
|
||||
Damage,
|
||||
Fatigue,
|
||||
Diminished,
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue