Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
goToFortress
Method · 0.80
Calls
1
setPlace
Method · 0.95
Tested by
no test coverage detected