Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ goToFortress
Method
goToFortress
code/main/MainMap.ts:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
private goToFortress(): void{
114
this.getGame().goToInsideFortress();
115
}
116
117
private goToLighthouse(): void{
118
this.getGame().goToLighthouse();
Callers
nothing calls this directly
Calls
2
goToInsideFortress
Method · 0.80
getGame
Method · 0.45
Tested by
no test coverage detected