updateCurrentTurn

fun updateCurrentTurn(gameInfo: GameInfo): GameInfoPreview

Updates the current player and turn information in the GameInfoPreview object with the help of a GameInfo object (can be uninitialized).

fun updateCurrentTurn(gameInfo: GameInfoPreview): GameInfoPreview

Updates the current player and turn information in the GameInfoPreview object with the help of another GameInfoPreview object.