12 return EMono.scene.elomapActor.elomap;
22 return EMono.scene.elomapActor;
27 public void SetZone(
Zone _zone)
30 this.gx = this.zone.x;
31 this.gy = this.zone.y;
32 this.elomap.GetCell(this.gx, this.gy);
34 base.GetComponentInParent<Window>().SetCaption(this.zone.Name);
35 this.note.AddHeaderTopic(
"mainFaction".lang(),
null);
36 this.note.AddText(this.zone.mainFaction.name, FontColor.DontChange);
37 this.note.Space(0, 1);
38 this.note.AddHeaderTopic(
"listRoamers".lang(),
null);
40 foreach (
Chara chara
in EMono.game.cards.globalCharas.Values)
42 if (chara.currentZone ==
this.zone)
44 this.note.AddText(chara.Name, FontColor.DontChange);
54 this.note.AddText(
"????????", FontColor.DontChange);
63 public UIButton buttonBuy;
66 public UIButton buttonVisit;
69 public UIButton buttonExplore;