新增接口

This commit is contained in:
yuexin 2021-01-12 11:50:42 +08:00
parent 9de5d7596a
commit 9ced03a86a

View File

@ -73,6 +73,10 @@ export class BattleHandler {
this.addPlayer(newplayer); this.addPlayer(newplayer);
} }
}; };
public updatePlayerHero(aplayerid: string){
};
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
public addPlayer(aplayer: Player): PlayerHandler{ public addPlayer(aplayer: Player): PlayerHandler{