chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.dto / MatchDTO / <init>

<init>

MatchDTO(playerWhiteId: Int = 0, playerBlackId: Int = 0)

Data transfer object for a match

Author Felix Dimmel