attackables method
Implementation
@override
Iterable<Attackable> attackables() {
  return children.where((element) => (element is Attackable)).cast();
}@override
Iterable<Attackable> attackables() {
  return children.where((element) => (element is Attackable)).cast();
}