寻宝:修复队长没有icon

This commit is contained in:
luying
2021-08-17 16:28:25 +08:00
parent 5afbda8a12
commit e81a9b67db
4 changed files with 26 additions and 5 deletions
@@ -1,4 +1,4 @@
import { Application, ChannelService, FrontendSession, RemoterClass, HandlerService, } from 'pinus';
import { Application, ChannelService, FrontendSession, RemoterClass, HandlerService, pinus, } from 'pinus';
import { resResult } from '../../../pubUtils/util';
import { STATUS } from '../../../consts';
@@ -127,4 +127,8 @@ export class ComBattleRemote {
}
return this.bossHp;
}
public async leaveFromBattle(roleId: string, teamCode: string ) {
// this.app.sysrpc.msgRemote.forwardMessage
}
}