Auto-play a random legal card when the turn timeout expires
This commit is contained in:
@@ -132,6 +132,10 @@ pub struct GameView {
|
||||
/// ISO-8601 instant at which the next hand is dealt automatically.
|
||||
#[serde(default)]
|
||||
pub hand_end_deadline: Option<String>,
|
||||
/// ISO-8601 instant at which the server plays a random legal card for
|
||||
/// the player on turn.
|
||||
#[serde(default)]
|
||||
pub turn_deadline: Option<String>,
|
||||
#[serde(default)]
|
||||
pub your_turn: Option<bool>,
|
||||
/// Legal captures per hand card; present only for the player on turn.
|
||||
|
||||
Reference in New Issue
Block a user