undo static method

void undo(
  1. GameRef g
)

Undo the most recent move

Implementation

static void undo(GameRef g) {
  return _core.undo(g);
}