UNPKG

@moderrkowo/jsgl

Version:

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

9 lines (7 loc) 214 B
/* eslint-disable @typescript-eslint/no-empty-interface */ import { GameEvent } from '../GameEvent'; /** * Invoked at game object destroy * @group Game Events */ export type GameObjectDestroyEvent = GameEvent;