11 this.textVisitor.text = stat.visitor.ToString() +
" (" + lastStatistics.visitor.ToString() +
")";
12 this.textInn.text =
ItemStatistics.<Refresh>g__F|6_0(stat.inn, lastStatistics.inn);
13 this.textTourism.text =
ItemStatistics.<Refresh>g__F|6_0(stat.tourism, lastStatistics.tourism);
14 this.textShip.text =
ItemStatistics.<Refresh>g__F|6_0(stat.ship, lastStatistics.ship);
15 this.textShop.text =
ItemStatistics.<Refresh>g__F|6_0(stat.shop, lastStatistics.shop);
16 this.textTax.text =
ItemStatistics.<Refresh>g__F|6_0(stat.tax, lastStatistics.tax);
21 internal static string <Refresh>g__F|6_0(
int a,
int b)
23 return a.ToFormat() +
" (" + b.ToFormat() +
")";
27 public UIText textVisitor;
30 public UIText textInn;
33 public UIText textTourism;
36 public UIText textShip;
39 public UIText textShop;
42 public UIText textTax;