add adrenaline to dto

This commit is contained in:
2024-04-07 21:27:32 -05:00
parent 93716a7f0f
commit d0b3cbd47a
3 changed files with 35 additions and 26 deletions

View File

@@ -17,6 +17,8 @@ type Game struct {
Dealer bool `json:"dealer"`
// Damage is the damage a live shell will deal this turn.
Damage int8 `json:"damage"`
// Adrenaline indicates whether the current player has adrenaline.
Adrenaline bool `json:"adrenaline"`
// Shell gives whether the current shell is live if it is revealed.
// Undefined if this game state is not for the current player or if the
// current player hasn't revealed it.