resetAll method

void resetAll()

Reset all pools (call at the end of each frame if needed)

Implementation

void resetAll() {
  // Pools manage themselves; this is for explicit cleanup if needed
}