Searched refs:bulletCount (Results 1 – 1 of 1) sorted by relevance
31 int bulletCount = bullets.count(); in draw() local33 for (int bIndex = 0; bIndex < bulletCount; bIndex++) { in draw()