attackables method
Used to get all "Attackables" or oly visibles.
Implementation
@override
Iterable<Attackable> attackables({bool onlyVisible = false}) {
return query<Attackable>(onlyVisible: onlyVisible);
}
Used to get all "Attackables" or oly visibles.
@override
Iterable<Attackable> attackables({bool onlyVisible = false}) {
return query<Attackable>(onlyVisible: onlyVisible);
}