예제 #1
0
 /// <summary>
 /// Checks if the alien has reached the bottom.
 /// </summary>
 /// <returns>Whether the alien has reached the bottom.</returns>
 public bool HasReachedBottom()
 {
     return(alien.HasReachedBottom());
 }