onPush method
Returning true if the component is pushable, false otherwise.
Implementation
bool onPush(GameComponent component) {
return true;
}
Returning true if the component is pushable, false otherwise.
bool onPush(GameComponent component) {
return true;
}