phaser/v3/typings/boot/DebugHeader.d.ts

3 lines
71 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
import Game from './Game';
export default function (game: Game): void;