Пример #1
0
	void Start()
	{
		mainBar = this;
		SetBarPercentage(0.5f);

		foreach(Text text in allText)
		{
			text.text = "";
		}
	}
Пример #2
0
    void Start()
    {
        mainBar = this;
        SetBarPercentage(0.5f);

        foreach (Text text in allText)
        {
            text.text = "";
        }
    }