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

Method getDamage

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

Source from the content-addressed store, hash-verified

118 }
119
120 public getDamage(): number{
121 return this.damage;
122 }
123
124 public getDefense(): number{
125 return this.defense;

Callers 3

playerAttacksMethod · 0.80
drawMethod · 0.80
buyWeaponMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected