Ejemplo n.º 1
0
 public override void HandleRoundStarted(SeatCollection <string> participantNames, DirectionDictionary <string> conventionCards)
 {
     if (this.OnRoundStarted != null)
     {
         this.Add(() =>
         {
             this.OnRoundStarted.Invoke(participantNames, conventionCards);
         });
     }
 }
Ejemplo n.º 2
0
 public virtual void HandleRoundStarted(SeatCollection <string> participantNames, DirectionDictionary <string> conventionCards)
 {
 }