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

Method goToCastle

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

Source from the content-addressed store, hash-verified

403 }
404
405 public goToCastle(): void{
406 this.setPlace(new Castle(this));
407 }
408
409 public goToCastleEntrance(): void{
410 this.setPlace(new CastleEntrance(this));

Callers

nothing calls this directly

Calls 1

setPlaceMethod · 0.95

Tested by

no test coverage detected