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

Method getDefense

code/main/SuperRPG.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public getDefense(): number{
125 return this.defense;
126 }
127
128 public getDefenseItem(): string{
129 return this.defenseItem;

Callers 3

playerAttacksMethod · 0.80
drawMethod · 0.80
buyDefenseItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected