public void UpdateReplayModeText() { string[] arr = GameUtil.CompareStepAttr(GameController.step); lostHp.text = arr[0]; addAttr.text = arr[1]; stepsLabel.text = GameController.step + "/" + (GameCache.maps.Count - 1); }