公告板
版本库
filestore
活动
搜索
登录
刑川
/
SewerAndRainNetwork
派生自
wuyushui/SewerAndRainNetwork
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetw...
zhangshuaibao
2021-03-30
1b09fe890938f123fbcccf235620384b7cd9b721
[~xingchuan/SewerAndRainNetwork.git]
/
src
/
components
/
LayerController
/
logic
/
Sample.js
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 !!!')
}
}