chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / DrawList

DrawList

data class DrawList

Data wrapper for a list of draws. Necessary for JSON serialization/deserialization.

Author Felix Dimmel

Constructors

<init> DrawList(draws: MutableList<Draw> = mutableListOf())
Data wrapper for a list of draws. Necessary for JSON serialization/deserialization.

Properties

draws val draws: MutableList<Draw>
Mutable list of draws