mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 21:54:16 +02:00
wip
This commit is contained in:
@@ -7,7 +7,11 @@ import { defineObject } from '../engine.js';
|
||||
|
||||
export const bed = defineObject({
|
||||
id: 'bed',
|
||||
defaultOptions: {},
|
||||
name: 'Bed',
|
||||
options: {
|
||||
schema: {},
|
||||
default: {},
|
||||
},
|
||||
placement: 'floor',
|
||||
createInstance: () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user