MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / clone

Method clone

Brain.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 }
8
9 clone() {
10 return new AIAction(this.isJump, this.holdTime, this.xDirection);
11 }
12
13 mutate() {
14 this.holdTime += random(-0.3,0.3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected