From e7167b17d96cea1c31ca77e36cc0248c18b818c6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 18 Dec 2022 12:38:13 -0500 Subject: Implement advance_play for passing bidding bot --- protocol/src/simple_bots.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol/src/simple_bots.rs') diff --git a/protocol/src/simple_bots.rs b/protocol/src/simple_bots.rs index f5be424..b7986b6 100644 --- a/protocol/src/simple_bots.rs +++ b/protocol/src/simple_bots.rs @@ -2,7 +2,7 @@ use async_trait::async_trait; use crate::{bot::BiddingBot, bridge_engine::{BiddingStatePlayerView, Bid}}; -struct AlwaysPassBiddingBot {} +pub struct AlwaysPassBiddingBot {} #[async_trait] impl BiddingBot for AlwaysPassBiddingBot { -- cgit v1.2.3