Skip to content

Commit e3a6ded

Browse files
committed
🐛 Fix missing type for mapSize
1 parent b636d67 commit e3a6ded

File tree

1 file changed

+1
-1
lines changed
  • backend/src/main/kotlin/xyz/poeschl/roborush/models

1 file changed

+1
-1
lines changed

backend/src/main/kotlin/xyz/poeschl/roborush/models/Game.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data class Game(
1212
val solarChargePossible: Boolean,
1313
val gameTimeoutsInMillis: GameTimeouts,
1414
val nameOfWinningRobot: String?,
15-
val mapSize: Any,
15+
val mapSize: Size,
1616
val fullMapScanPossible: Boolean
1717
)
1818

0 commit comments

Comments
 (0)