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

Method goToMainMap

code/main/Game.ts:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 }
445
446 public goToMainMap(): void{
447 this.setPlace(new MainMap(this));
448 }
449
450 public goToMap(): void{
451 this.setPlaceFromSavedMapPlace();

Callers

nothing calls this directly

Calls 1

setPlaceMethod · 0.95

Tested by

no test coverage detected