UnitCommand.Shop._moveScreen=function(){
if(SceneManager.isScreenClosed(this._shopLayoutScreen)){
this.endCommandAction();
return MoveResult.END;
}
return MoveResult.CONTINUE;
};