接口参数修改

This commit is contained in:
yuexin 2021-01-12 11:51:40 +08:00
parent 9ced03a86a
commit 4d61eae54d

View File

@ -74,7 +74,7 @@ export class BattleHandler {
} }
}; };
public updatePlayerHero(aplayerid: string){ public updatePlayerHero(aplayer: Player){
}; };
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------