java.lang.Object
ru.hse.germandilio.tetris.shared.GameResult
-
Constructor Summary
ConstructorsConstructorDescriptionGameResult(String playerName, LocalDateTime endGameTimeUTC0, int movesCount, LocalTime gameSessionDuration) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEndGameTimeAtZone(ZoneId zoneId) inthashCode()toString()
-
Constructor Details
-
GameResult
public GameResult(String playerName, LocalDateTime endGameTimeUTC0, int movesCount, LocalTime gameSessionDuration)
-
-
Method Details