Ejemplo n.º 1
0
    public void IncrementLossCount()
    {
        if (_losses != null)
        {
            _losses.IncrementCount();
        }

        if (_lossWallTweener != null)
        {
            _lossWallTweener.StartTweening();
        }
    }
Ejemplo n.º 2
0
    public void IncrementReboundsCount()
    {
        if (_rebounds != null)
        {
            _rebounds.IncrementCount();
        }

        if (_paddleTweener != null)
        {
            _paddleTweener.StartTweening();
        }
    }