/// <summary> /// Called when a betting round is completed and all players have checked. /// </summary> public void NotifyBetRoundComplete() { concreteClient.NotifyBetRoundComplete(); }
/// <summary> /// Called when a betting round is completed and all players have checked. /// </summary> public virtual void NotifyBetRoundComplete() { helper.NotifyBetRoundComplete(); }