playerOfferedDraw property

PieceColor? playerOfferedDraw
getter/setter pair

The color of the player that offered draw. If there is no player currently offering a draw, this field is null.

This field should only be used internally by server for bookkeeping.

Implementation

insanichess.PieceColor? playerOfferedDraw;