Beispiel #1
0
 public void Replay()
 {
     Value = Left.Value > Right.Value ? Left.Value : Right.Value;
     if (Winner != null)
     {
         Winner.Replay();
     }
 }