MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / addPondLine

Method addPondLine

code/main/LollipopFarm.ts:82–84  ·  view source on GitHub ↗
(pondLine: PondLine)

Source from the content-addressed store, hash-verified

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);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected