mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 14:00:02 +00:00
提交拖拽阵法
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user