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

4 lines
77 B
TypeScript

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