mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
// Phaser.Paths
|
|
|
|
// Phaser.Curves.Path ? or ...
|
|
// Phaser.Paths.Path ?
|
|
|
|
module.exports = {
|
|
|
|
Path: require('./Path')
|
|
|
|
};
|