(pondLine: PondLine)
| 80 | |
| 81 | // Private methods |
| 82 | private addPondLine(pondLine: PondLine): void{ |
| 83 | this.pondLines.push(pondLine); |
| 84 | } |
| 85 | |
| 86 | private addPondLolligator(pondLolligator: PondLolligator): void{ |
| 87 | this.pondLolligators.push(pondLolligator); |