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

Method getBodyArmours

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

Source from the content-addressed store, hash-verified

484
485 // Public getters
486 public getBodyArmours(): { [s: string]: EqItem; }{
487 return this.bodyArmours;
488 }
489
490 public getBoots(): { [s: string]: EqItem; }{
491 return this.boots;

Callers 1

drawEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected