phaser/v3/typings/state/systems/GameObjectFactory.d.ts
2017-01-16 22:43:07 +01:00

2 lines
61 B
TypeScript

declare function init(state: any): any;
export default init;