EventCost.js 190 B

12345678910
  1. var EventCost = cc.Class({
  2. name:"EventCost",
  3. properties: {
  4. costType:cc.Integer,
  5. costNum:cc.Integer,
  6. desId:cc.Integer,
  7. },
  8. });
  9. module.exports = EventCost;