mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Merge pull request #2879 from ngscheurich/master
Change return type of Phaser.Group#next to `any`
This commit is contained in:
commit
98c932e7c4
1 changed files with 1 additions and 1 deletions
2
v2-community/typescript/phaser.d.ts
vendored
2
v2-community/typescript/phaser.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue