Merge pull request #1393 from zhichaoxi2006/PR-Branch

修复chooseSkill没有返回值的问题
This commit is contained in:
Spmario233 2024-05-26 17:58:05 +08:00 committed by GitHub
commit 4ee959c877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4445,6 +4445,7 @@ export class Player extends HTMLDivElement {
next.func = arguments[i];
}
}
return next;
}
discoverCard(list) {
var next = game.createEvent("discoverCard");