예제 #1
0
파일: Snake.cs 프로젝트: PatrickSachs/Snake
 /// <summary>
 ///     Returns the amount of tails of this snake.
 /// </summary>
 public int GetSnakeLength()
 {
     return(_firstTail.GetTailCount());
 }