BarrierSuper.js 166 B

1234567891011121314
  1. cc.Class({
  2. extends: cc.Component,
  3. properties: {
  4. },
  5. onCollisionEnter: function (other) {
  6. },
  7. onCollisionExit: function (other) {
  8. }
  9. });