UNPKG

@matematrolii/sketchbook

Version:

3D matematrolii playground built on three.js and cannon.js

3 lines (2 loc) 239 B
import { EventType } from "../enums/EventType"; export declare type IEventType = EventType.INITIALISE | EventType.MISSING_WORLD | EventType.ENEMIES | EventType.ENEMY | EventType.ITEM | EventType.PLAYER | EventType.START | EventType.PAUSE;