mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +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;
|
||||
real(): number;
|
||||
realInRange(min: number, max: number): number;
|
||||
sow(seeds: number[]): void;
|
||||
sow(seeds: any[]): void;
|
||||
state(state?: string): string;
|
||||
timestamp(min: number, max: number): number;
|
||||
uuid(): number;
|
||||
|
|
Loading…
Reference in a new issue