Exemple #1
0
 /// <summary>
 ///     Returns the amount of tails of this snake.
 /// </summary>
 public int GetSnakeLength()
 {
     return(_firstTail.GetTailCount());
 }