cc.Class({ extends: cc.Component, properties: { type: { default: window.JMC.Proxy.UI, type: cc.Enum(window.JMC.Proxy), serializable: true, }, }, start () { }, });