module.exports = { TouchType : cc.Enum({ DEFAULT: 0, FOLLOW: 1, }), DirectionType : cc.Enum({ FOUR: 4, EIGHT: 8, ALL: 0, }), };