MCPcopy 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

drawEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected