Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ constructor
Method
constructor
code/main/MainMap.ts:18–21 ·
view source on GitHub ↗
(game: Game)
Source
from the content-addressed store, hash-verified
16
17
// Constructor
18
constructor(game: Game){
19
super(game);
20
this.load();
21
}
22
23
// willStopBeingDisplayed()
24
public willStopBeingDisplayed(): void{
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected