playerRequestedUndo property

PieceColor? playerRequestedUndo
getter/setter pair

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

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

Implementation

insanichess.PieceColor? playerRequestedUndo;