originalState method

int originalState(
  1. int state
)

Implementation

int originalState(int state) {
  return prs.originalState(state);
}