File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var Class = require('../utils/Class');
1616 * @constructor
1717 * @since 3.8.0
1818 *
19- * @param {Phaser.Game } game - A reference to the Game instance this plugin is running under .
19+ * @param {Phaser.Plugins.PluginManager } pluginManager - A reference to the Plugin Manager .
2020 */
2121var BasePlugin = new Class ( {
2222
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ var Class = require('../utils/Class');
1919 * @constructor
2020 * @since 3.8.0
2121 *
22- * @param {Phaser.Game } game - A reference to the Scene that has installed this plugin.
22+ * @param {Phaser.Scene } scene - A reference to the Scene that has installed this plugin.
23+ * @param {Phaser.Plugins.PluginManager } pluginManager - A reference to the Plugin Manager.
2324 */
2425var ScenePlugin = new Class ( {
2526
You can’t perform that action at this time.
0 commit comments