send method

dynamic send(
  1. List<Bullet> bullets
)

Implementation

send(List<Bullet> bullets) {
  tryFire(bullets: bullets);
}