Exemple #1
0
 /// <summary>
 /// Mark the player as completed
 /// </summary>
 internal void Finish()
 {
     _climber.Complete();
 }