mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 09:27:37 +00:00
Added missing plugins member in Phaser.Game class.
This commit is contained in:
parent
6c7c0cb1b6
commit
6f6395f2c6
1 changed files with 1 additions and 0 deletions
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -1161,6 +1161,7 @@ declare module Phaser {
|
|||
pendingStep: boolean;
|
||||
physics: Phaser.Physics;
|
||||
physicsConfig: any;
|
||||
plugins: PluginManager;
|
||||
preserveDrawingBuffer: Boolean;
|
||||
raf: Phaser.RequestAnimationFrame;
|
||||
renderer: number;
|
||||
|
|
Loading…
Reference in a new issue