UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

10 lines (9 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tasks = void 0; class Tasks { constructor(options) { Object.assign(this, options); } } exports.Tasks = Tasks;