phaser/src/cache/index.js
2019-05-10 16:15:04 +01:00

17 lines
352 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Cache
*/
module.exports = {
BaseCache: require('./BaseCache'),
CacheManager: require('./CacheManager'),
Events: require('./events')
};