This commit is contained in:
syuilo
2026-05-31 09:26:19 +09:00
parent 27fff648b6
commit cdbf5c843f
5 changed files with 15 additions and 2 deletions
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { EngineControllerBase } from './engineControllerBase.js';
import { EngineControllerBase } from './EngineControllerBase.js';
import type { PlayerProfile } from 'misskey-world-engine/src/PlayerContainer.js';
import type { AvatarPreviewEngine } from 'misskey-world-engine/src/avatarPreviewEngine.js';
import type { WorldAvatar } from 'misskey-world/src/types.js';