Skip to content

Commit a0a8f34

Browse files
Update phaser.d.ts
Fixes phaserjs#1729
1 parent 36c0645 commit a0a8f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4117,7 +4117,7 @@ declare module Phaser {
41174117
world: Phaser.World;
41184118

41194119
create(): void;
4120-
init(): void;
4120+
init(...args: any[]): void;
41214121
loadRender(): void;
41224122
loadUpdate(): void;
41234123
paused(): void;

0 commit comments

Comments
 (0)