UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

5 lines (4 loc) 130 B
import IComponent from "./IComponent"; export default interface IComponentTypeFamily extends IComponent { on_death: string; }