mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 05:49:08 +00:00
生成野怪逻辑
This commit is contained in:
@@ -117,6 +117,12 @@ export class PlayerTacticalItem extends Component {
|
||||
fun(this,e);
|
||||
});
|
||||
}
|
||||
|
||||
addMoveEndEvent(fun:Function){
|
||||
this.drag.addMoveEndEvent((e) => {
|
||||
fun(this,e);
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user