Inventory: init draft ideas

This commit is contained in:
Johannes Kirschbauer
2024-06-15 13:41:51 +02:00
parent bd9883baaf
commit 7474f01193
12 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package machines
#machine: machines: [string]: {
"name": string,
"description": string,
"icon": string,
"system": string
}