预处理

This commit is contained in:
yuexin 2021-01-15 19:22:06 +08:00
parent da5f7ed663
commit ee9c1ee684
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -899,10 +899,12 @@ export class BattleHandler {
* indexOfAttack
start: number: number*/
let __indexOfAttack = function(start: number): number {
//todo:
return -1;
};
let __indexOfAttackBk = function(atkres: SkillTarget, start: number): number{
//todo:
return -1;
};