Add client purse management.

This commit is contained in:
Thomas Andres Gomez 2025-04-13 10:58:35 +02:00
parent 4f33492b23
commit 8982bab22d
48 changed files with 1664 additions and 258 deletions

View file

@ -80,7 +80,7 @@ class InventoryStore(
} catch (exception: Exception) {
throw JsonConversionException(root = exception)
}
file.name to inventory
inventory.characterSheetId to inventory
}
?.toMap()
?: emptyMap()