feat(client): 💴

This commit is contained in:
syuilo 2020-05-17 14:43:25 +09:00
parent b5fb98f01a
commit 7dd8dbeb5b
5 changed files with 6 additions and 1 deletions

View file

@ -802,6 +802,7 @@ _rooms:
holo-display: "ホログラフィックディスプレイ"
energy-drink: "エナジードリンク"
doll-ai: "藍ちゃん人形"
banknote: "札束"
_pages:
newPage: "ページの作成"

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -399,5 +399,9 @@
{
id: 'doll-ai',
place: "floor",
}
},
{
id: 'banknote',
place: "floor",
},
]