chessgame

RESTful chessgame developed with kotlin

View on GitHub

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

<init>

DrawDTO(matchId: Int = 0, drawCode: String = "", startColumn: Int? = null, startRow: Int? = null)

Data transfer object for a draw

Author Felix Dimmel