Add Addable InventoryItem feature & quantity change.

This commit is contained in:
Thomas Andres Gomez 2025-04-19 19:37:55 +02:00
parent 48074f3d13
commit 9fce3f1cb8
28 changed files with 785 additions and 343 deletions

View file

@ -17,6 +17,11 @@ data class APIResponse<T>(
ItemId,
ItemName,
CharacterSheetId,
Create,
Active,
Damage,
Fatigue,
Diminished,
}
companion object {