UNPKG

@robotlegsjs/phaser

Version:

RobotlegsJS integration with Phaser Scene Manager

12 lines 629 B
"use strict"; // ------------------------------------------------------------------------------ // Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. // ------------------------------------------------------------------------------ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISceneManager = void 0; // eslint-disable-next-line @rushstack/typedef-var exports.ISceneManager = Symbol("ISceneManager"); //# sourceMappingURL=ISceneManager.js.map