mirror of
https://github.com/photonstorm/phaser
synced 2024-12-20 10:03:50 +00:00
9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
|
// Phaser.Time
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Clock: require('./Clock'),
|
||
|
TimerEvent: require('./TimerEvent')
|
||
|
|
||
|
};
|