Beispiel #1
0
 /// <summary>
 /// Called by the client when a drawing round completes
 /// </summary>
 public void NotifyDrawingRoundCompleted()
 {
     fiveCardHelper.NotifyDrawingRoundCompleted();
 }
Beispiel #2
0
 public void NotifyDrawingRoundCompleted()
 {
     helper.NotifyDrawingRoundCompleted();
 }
Beispiel #3
0
 /// <summary>
 /// Called by the engine after the drawing round completes.
 /// </summary>
 public void NotifyDrawComplete()
 {
     drawingRoundStarted = true;
     fiveCardConcreteClient.NotifyDrawingRoundCompleted();
 }