1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 02:13:59 +02:00

boxWallShelf

This commit is contained in:
syuilo
2026-04-20 16:07:35 +09:00
parent 27addb49cf
commit 83a15f74ef
4 changed files with 102 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import { bed } from './objects/bed.js';
import { blind } from './objects/blind.js';
import { book } from './objects/book.js';
import { books } from './objects/books.js';
import { boxWallShelf } from './objects/boxWallShelf.js';
import { cactusS } from './objects/cactusS.js';
import { cardboardBox } from './objects/cardboardBox.js';
import { ceilingFanLight } from './objects/ceilingFanLight.js';
@@ -105,6 +106,7 @@ export const OBJECT_DEFS = [
blind,
book,
books,
boxWallShelf,
cactusS,
cardboardBox,
ceilingFanLight,