Exemplo n.º 1
0
 public void Update()
 {
     _powerPanel.UpdateValue();
     _weatherPanel.UpdateValue();
     _moneyPanel.SetValue(GameData.PlayerData.Money);
     shop.RequestUpdate();
 }