标准包keji技能使用async content

This commit is contained in:
shijian 2023-12-09 14:49:08 +08:00
parent bd4fe272a2
commit 6cfc6f09a4
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
return true;
},
content:function(){
async content(event,trigger,player){
trigger.cancel();
}
},