mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Updated sow #2316
This commit is contained in:
parent
297244a822
commit
90ddfc2aa2
1 changed files with 1 additions and 1 deletions
2
typescript/phaser.d.ts
vendored
2
typescript/phaser.d.ts
vendored
|
@ -3944,7 +3944,7 @@ declare module Phaser {
|
||||||
pick<T>(ary: T[]): T;
|
pick<T>(ary: T[]): T;
|
||||||
real(): number;
|
real(): number;
|
||||||
realInRange(min: number, max: number): number;
|
realInRange(min: number, max: number): number;
|
||||||
sow(seeds: number[]): void;
|
sow(seeds: any[]): void;
|
||||||
state(state?: string): string;
|
state(state?: string): string;
|
||||||
timestamp(min: number, max: number): number;
|
timestamp(min: number, max: number): number;
|
||||||
uuid(): number;
|
uuid(): number;
|
||||||
|
|
Loading…
Reference in a new issue