MateGetCond.js 170 B

123456789
  1. var MateGetCond = cc.Class({
  2. name:"MateGetCond",
  3. properties: {
  4. unlockType:cc.Integer,
  5. value:cc.Integer,
  6. },
  7. });
  8. module.exports = MateGetCond;