派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-03-30 1250621ab9ea6ea93911be0f283c3bfcdceb0667
1
2
3
4
5
6
7
8
9
module.exports = function () {
  this.init = (L) => {
    console.log('sample init !!!')
  }
 
  this.clickListener = (e, data) => {
    console.log('sample clickListener !!!')
  }
}