UNPKG

@moderrkowo/jsgl

Version:

Client-side JavaScript library for creating web 2D games. Focusing at objective game.

7 lines (6 loc) 160 B
import { GameEvent } from '../GameEvent'; /** * Invoked at game object destroy * @group Game Events */ export type GameObjectDestroyEvent = GameEvent;