var RotationLoading = cc.Class({ extends: cc.Component, properties: { }, // LIFE-CYCLE CALLBACKS: // onLoad () {}, start () { }, update (dt) { }, }); module.exports = RotationLoading;