This commit is contained in:
Adam 2024-08-17 22:42:20 -04:00
parent 3db4da669b
commit d0e535e184

View file

@ -366,7 +366,7 @@ pub struct Game {
/// The host user of the game
pub host: Arc<RwLock<User>>,
/// White draw pile
pub white: Vec<Arc<CardWhiteWithID>>,
white: Vec<Arc<CardWhiteWithID>>,
/// Current card czar
pub czar: Arc<RwLock<User>>,
/// Black draw pile