chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / DrawList / <init>

<init>

DrawList(draws: MutableList<Draw> = mutableListOf())

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

Author Felix Dimmel