private void Update() { timeText.text = GameTime.GetFormattedDate(); coinsText.text = Economy.GetCoinsValue().ToString(); alertsText.text = "0"; }