UNPKG

bedrock-development

Version:

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

8 lines (7 loc) 155 B
export interface NewAnimationControllerOptions { entry: string[]; exit: string[]; anim: string[]; query: string; transition: string; }