no pub
This commit is contained in:
parent
3db4da669b
commit
d0e535e184
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ pub struct Game {
|
||||||
/// The host user of the game
|
/// The host user of the game
|
||||||
pub host: Arc<RwLock<User>>,
|
pub host: Arc<RwLock<User>>,
|
||||||
/// White draw pile
|
/// White draw pile
|
||||||
pub white: Vec<Arc<CardWhiteWithID>>,
|
white: Vec<Arc<CardWhiteWithID>>,
|
||||||
/// Current card czar
|
/// Current card czar
|
||||||
pub czar: Arc<RwLock<User>>,
|
pub czar: Arc<RwLock<User>>,
|
||||||
/// Black draw pile
|
/// Black draw pile
|
||||||
|
|
Loading…
Add table
Reference in a new issue