// Token: 0x060002F2 RID: 754 RVA: 0x0000DE74 File Offset: 0x0000C274 public void GetData() { this.beforeName = SuperGameMaster.GetFrogName(); this.InputUI.GetComponent <InputField>().text = this.beforeName; this.achieveId = SuperGameMaster.GetAchieveId(); AchieveDataFormat achieveDataFormat = SuperGameMaster.sDataBase.get_AchieveDB_forId(this.achieveId); this.AchieveUI.GetComponentInChildren <Text>().text = achieveDataFormat.name; }