Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getBoots
Method
getBoots
code/main/Game.ts:490–492 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
488
}
489
490
public getBoots(): { [s: string]: EqItem; }{
491
return
this.boots;
492
}
493
494
public getCandies(): Candies{
495
return
this.candies;
Callers
1
drawEquipment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected