提交拖拽阵法

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-16 19:10:19 +08:00
parent 1683ec01a0
commit c4437fef5e
24 changed files with 509 additions and 96 deletions

View File

@@ -39,6 +39,8 @@ export default class GRoleDefault extends GRoleBase<{}>{
//设置死亡状态
this.fsmAnim.isDie = value;
if(this.isDie){
//关闭状态机
this.fsm.close();
//死亡回调
this.killBack.forEach(fun => fun(this));
}