diff --git a/typescript/phaser.d.ts b/typescript/phaser.d.ts index 157960b89..766aebd9e 100644 --- a/typescript/phaser.d.ts +++ b/typescript/phaser.d.ts @@ -1161,6 +1161,7 @@ declare module Phaser { pendingStep: boolean; physics: Phaser.Physics; physicsConfig: any; + plugins: PluginManager; preserveDrawingBuffer: Boolean; raf: Phaser.RequestAnimationFrame; renderer: number;