逻辑修改

This commit is contained in:
yuexin 2021-01-12 13:18:30 +08:00
parent 4d1b885904
commit fe3be446fd

View File

@ -37,6 +37,7 @@ export class PlayerHandler {
public init(aplayer: Player, owner: BattleHandler){
this._owner = owner;
this._player = aplayer;
this.updateHero();
};
public clear(){