Merge pull request #1393 from zhichaoxi2006/PR-Branch
修复chooseSkill没有返回值的问题
This commit is contained in:
commit
4ee959c877
|
@ -4445,6 +4445,7 @@ export class Player extends HTMLDivElement {
|
|||
next.func = arguments[i];
|
||||
}
|
||||
}
|
||||
return next;
|
||||
}
|
||||
discoverCard(list) {
|
||||
var next = game.createEvent("discoverCard");
|
||||
|
|
Loading…
Reference in New Issue