chessgame

RESTful chessgame developed with kotlin

View on GitHub

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

<init>

PieceSetHashMap(pieceSets: HashMap<PieceColor, PieceSet> = HashMap())

Data wrapper for a hash map of pieceSets. Necessary for JSON serialization/deserialization.

Author Felix Dimmel