7 public override void OnInit()
13 public void RefreshSummary()
15 this.textName.SetText(
string.Concat(
new string[]
20 ELayer.pc.currentZone.Region.Name,
23 this.textExplore.SetText(
"0%");
24 this.textTerritory.SetText(
ELayer.Home.CountTerritories().ToString() ??
"");
25 this.textRestore.SetText(
"1 (0/20)");
26 this.textWealth.SetText(
ELayer.Home.CountWealth().ToString() ??
"");
27 this.textPopu.SetText(
ELayer.Home.CountMembers().ToString() ??
"");
28 this.textProgress.SetText(
"_progress".lang(
ELayer.player.stats.days.ToString() ??
"",
ELayer.player.stats.sieges.ToString() ??
"",
null,
null,
null));
32 public UIText textName;
35 public UIText textExplore;
38 public UIText textTerritory;
41 public UIText textPopu;
44 public UIText textWealth;
47 public UIText textRestore;
50 public UIText textProgress;