attackables method
Used to get all "Attackables".
Implementation
@override
Iterable<Attackable> attackables() {
return componentsByType<Attackable>();
}
Used to get all "Attackables".
@override
Iterable<Attackable> attackables() {
return componentsByType<Attackable>();
}