Skip to content

Commit

Permalink
refactor: Add 'permanent' field to handle games that are in permanent…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
cizetux committed Sep 7, 2024
1 parent c465130 commit 8f7281d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/github/rushyverse/api/game/GameData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ public data class GameData(
val id: Int,
var players: Int = 0,
var state: GameState = GameState.WAITING,
val permanent: Boolean = false
)

0 comments on commit 8f7281d

Please sign in to comment.