Exemplo n.º 1
0
    public void ActivateLabel(string txt)
    {
        if (_pool.Count == 0)
        {
            return;
        }

        TimeLabel timeLabel = _pool.Pop();

        timeLabel.Activate(txt, _labelTTL);
    }