Skip to content

Commit 6f6395f

Browse files
committed
Added missing plugins member in Phaser.Game class.
1 parent 6c7c0cb commit 6f6395f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@ declare module Phaser {
11611161
pendingStep: boolean;
11621162
physics: Phaser.Physics;
11631163
physicsConfig: any;
1164+
plugins: PluginManager;
11641165
preserveDrawingBuffer: Boolean;
11651166
raf: Phaser.RequestAnimationFrame;
11661167
renderer: number;

0 commit comments

Comments
 (0)