mirror of
https://github.com/photonstorm/phaser
synced 2024-12-20 18:14:13 +00:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
// Phaser.Structs
|
|
|
|
module.exports = {
|
|
|
|
Map: require('./Map'),
|
|
RTree: require('./RTree'),
|
|
Set: require('./Set')
|
|
|
|
};
|