addFrames method

void addFrames(
  1. int n
)

Implementation

void addFrames(int n) => frameCount = frameCount + n;