onDraw property

DrawCallback? onDraw
getter/setter pair

Callback for when the game is a draw (Example: K v K)

Implementation

DrawCallback? onDraw;