reset1 method

void reset1()

Implementation

void reset1() {
  taking_actions = false;
  markerKind = 0;

  if (action != null) {
    action!.reset();
  }
}