/// <summary> /// Adds the given pitch to the list of pitches for this at bat. /// </summary> /// <param name="pitch">The pitch to be added.</param> public void addPitch(Pitch pitch) { pitches.Add(pitch); }