UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

6 lines (5 loc) 102 B
export interface NewAnimationOptions { loop: boolean; commands: string[]; time: number; }