Stick.js 148 B

1234567891011
  1. cc.Class({
  2. extends: cc.Component,
  3. properties: {
  4. item: cc.Node
  5. },
  6. init (bottle) {
  7. this.bottle = bottle;
  8. },
  9. });