pushBottom method
- double bottom
Implementation
void pushBottom(double bottom) {
bottoms.add(bottom);
playerController.bottom = this.bottom;
}
void pushBottom(double bottom) {
bottoms.add(bottom);
playerController.bottom = this.bottom;
}