Beispiel #1
0
 //Check is Santa in Finish Position or no
 private bool SantaOnFinish()
 {
     return(santa.GetDirection() == null);
 }