寻宝:修复队长没有icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user