()
| 276 | |
| 277 | |
| 278 | loadStartOfBestLevelPlayerState() { |
| 279 | |
| 280 | this.playerStateAtStartOfBestLevel.loadStateToPlayer(this); |
| 281 | |
| 282 | } |
| 283 | |
| 284 | CalculateFitness() { |
| 285 | // current best fitness max just including height is 640,000, getting a coin has to be the most important thing so |
nothing calls this directly
no test coverage detected