8 public override object CreateExtra()
24 public override void OnActivate()
27 base.InvokeRepeating(
"Refresh", 0.5f, 0.5f);
33 this.RebuildLayout(
false);
40 if (
EMono.ui.BlockInput)
48 layerChara.SetChara(
EMono.pc).windows[0].SwitchContent(2);
49 layerChara.windowChara.ToggleFeatMode();
56 this.goLv.SetActive(
EMono.pc.feat > 0);
57 this.textLv.text = (
EMono.pc.feat.ToString() ??
"");
58 this.itemExp.text1.text =
EMono.pc.exp.ToString() +
"/" +
EMono.pc.ExpToNext.ToString();
59 this.itemExp.image1.fillAmount = (float)
EMono.pc.exp / (
float)EMono.pc.ExpToNext + 0.01f;
63 public GameObject goLv;
69 public UIItem itemExp;
72 public UIItem itemKnowledge;
75 public UIItem itemInfluence;
84 public bool knowledge;
87 public bool influence;