Exemple #1
0
 /// <summary>
 /// Checks if the player is complete
 /// </summary>
 /// <returns>Whether the player is complete</returns>
 internal bool IsComplete()
 {
     return(_climber.IsComplete());
 }