diff --git a/v2-community/typescript/phaser.d.ts b/v2-community/typescript/phaser.d.ts index 737d9aec2..852aa09a0 100755 --- a/v2-community/typescript/phaser.d.ts +++ b/v2-community/typescript/phaser.d.ts @@ -1812,7 +1812,7 @@ declare module Phaser { moveDown(child: any): any; moveUp(child: any): any; multiplyAll(property: string, amount: number, checkAlive: boolean, checkVisible: boolean): void; - next(): void; + next(): any; postUpdate(): void; preUpdate(): void; previous(): void;