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

Method goToInsideFortress

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

Source from the content-addressed store, hash-verified

421 }
422
423 public goToInsideFortress(): void{
424 this.setPlace(new InsideFortress(this));
425 }
426
427 public goToInsideYourBox(): void{
428 this.saveCurrentMapPlace();

Callers 1

goToFortressMethod · 0.80

Calls 1

setPlaceMethod · 0.95

Tested by

no test coverage detected