public void IncrementLossCount() { if (_losses != null) { _losses.IncrementCount(); } if (_lossWallTweener != null) { _lossWallTweener.StartTweening(); } }
public void IncrementReboundsCount() { if (_rebounds != null) { _rebounds.IncrementCount(); } if (_paddleTweener != null) { _paddleTweener.StartTweening(); } }