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