Exemplo n.º 1
0
 public void Show(CivilBuildingData toShow)
 {
     this.ShowGeneralInfo(toShow);
     this.m_civilBuildingInfo.SetActive(true);
     this.m_productionInfo.SetActive(false);
     this.m_peasantIcon.sprite      = toShow.Icon;
     this.m_maxInhabitantsInfo.text = $"{toShow.MaxInhibitants}";
 }
Exemplo n.º 2
0
 public void ShowBuildingToolTip(CivilBuildingData toShow)
 {
     this.m_buildingTooltip.Show(toShow);
 }