添加缺失的导入

This commit is contained in:
shijian 2023-12-21 19:08:08 +08:00
parent 1acc180c27
commit 8e2bfc91ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { userAgent, Uninstantable } from "../util/index.js";
import { userAgent, Uninstantable, GeneratorFunction, AsyncFunction } from "../util/index.js";
import { AI as ai } from '../ai/index.js';
import { Game as game } from '../game/index.js';
import { Library as lib } from '../library/index.js';