attackables abstract method

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

Used to get all "Attackables" or oly visibles.

Implementation

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