MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / getGloves

Method getGloves

code/main/Game.ts:518–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 }
517
518 public getGloves(): { [s: string]: EqItem; }{
519 return this.gloves;
520 }
521
522 public getHats(): { [s: string]: EqItem; }{
523 return this.hats;

Callers 1

drawEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected