UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

6 lines (5 loc) 111 B
import IVector3 from "./IVector3"; export default interface IVolume { from: IVector3; to?: IVector3; }