18 textVisitor.text = stat.visitor +
" (" + lastStatistics.visitor +
")";
19 textInn.text = F(stat.inn, lastStatistics.
inn);
20 textTourism.text = F(stat.tourism, lastStatistics.
tourism);
21 textShip.text = F(stat.ship, lastStatistics.
ship);
22 textShop.text = F(stat.shop, lastStatistics.
shop);
23 textTax.text = F(stat.tax, lastStatistics.
tax);
24 static string F(
int a,
int b)
26 return a.ToFormat() +
" (" + b.ToFormat() +
")";
static FactionBranch Branch
Statistics lastStatistics
void Refresh(FactionBranch.Statistics stat)