void Start() { mainBar = this; SetBarPercentage(0.5f); foreach(Text text in allText) { text.text = ""; } }
void Start() { mainBar = this; SetBarPercentage(0.5f); foreach (Text text in allText) { text.text = ""; } }