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

Method getHats

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

Source from the content-addressed store, hash-verified

520 }
521
522 public getHats(): { [s: string]: EqItem; }{
523 return this.hats;
524 }
525
526 public getHotkeys(): { [s: string]: Hotkey;}{
527 return this.hotkeys;

Callers 1

drawEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected