Ejemplo n.º 1
0
 /// <summary>
 /// Resets the bark history to the beginning of the list of bark lines.
 /// </summary>
 public void ResetBarkHistory()
 {
     barkHistory.Reset();
 }