attackables abstract method

Iterable<Attackable> attackables({
  1. bool onlyVisible = false,
})

Used to get all "Attackables" or oly visibles.

Implementation

Iterable<Attackable> attackables({bool onlyVisible = false});