baseAction method

int baseAction(
  1. int index
)

Implementation

int baseAction(int index) {
  return prs.baseAction(index);
}