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

Method getCoins

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

Source from the content-addressed store, hash-verified

114
115 // Public getters
116 public getCoins(): number{
117 return this.coins;
118 }
119
120 public getDamage(): number{
121 return this.damage;

Callers 8

playerAttacksMethod · 0.80
drawMethod · 0.80
buyDefenseItemMethod · 0.80
buyHealthCrystalMethod · 0.80
buyHealthPendantMethod · 0.80
buyHealthPotionMethod · 0.80
buySuperHealthPotionMethod · 0.80
buyWeaponMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected