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

Method goToSave

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

Source from the content-addressed store, hash-verified

452 }
453
454 public goToSave(): void{
455 this.saveCurrentMapPlace();
456 this.setPlace(new Save(this));
457 }
458
459 public goToSorceressHut(): void{
460 this.setPlace(new SorceressHut(this));

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected