Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ goToCastleEntrance
Method
goToCastleEntrance
code/main/Game.ts:409–411 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
407
}
408
409
public goToCastleEntrance(): void{
410
this.setPlace(
new
CastleEntrance(this));
411
}
412
413
public goToCauldron(): void{
414
this.saveCurrentMapPlace();
Callers
nothing calls this directly
Calls
1
setPlace
Method · 0.95
Tested by
no test coverage detected