diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/src/simple_bots.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |