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

Method goToTheComputer

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

Source from the content-addressed store, hash-verified

470 }
471
472 public goToTheComputer(): void{
473 this.saveCurrentMapPlace();
474 this.setPlace(new TheComputer(this));
475 }
476
477 public goToVillage(): void{
478 this.setPlace(new Village(this));

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected