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

twistedCubeObjet

This commit is contained in:
syuilo
2026-04-12 17:56:01 +09:00
parent 7d5c2052eb
commit 2685e254f1
4 changed files with 23 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ import { tabletopPictureFrame } from './objects/tabletopPictureFrame.js';
import { tapestry } from './objects/tapestry.js';
import { tetrapod } from './objects/tetrapod.js';
import { tv } from './objects/tv.js';
import { twistedCubeObjet } from './objects/twistedCubeObjet.js';
import { usedTissue } from './objects/usedTissue.js';
import { wallCanvas } from './objects/wallCanvas.js';
import { wallClock } from './objects/wallClock.js';
@@ -153,6 +154,7 @@ export const OBJECT_DEFS = [
tapestry,
tetrapod,
tv,
twistedCubeObjet,
usedTissue,
wallCanvas,
wallClock,