UNPKG

mdkjs

Version:

mdk is a framework for developing Datapacks for Minecraft. It uses the typescript language.

7 lines (6 loc) 127 B
import Execute from "./Execute"; /** * execute 指令 * @param manager 管理 */ export default function (): Execute;