UNPKG

@tendrock/core

Version:

The core package of the Tendrock system for Minecraft Bedrock Script API

8 lines (7 loc) 140 B
export class BlockConfigurators { constructor(ipc) { } static create(ipc) { return new BlockConfigurators(ipc); } }