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

Method getAccumulated

code/main/Resource.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68 // Public getters
69 public getAccumulated(): number{
70 return this.accumulated;
71 }
72
73 public getCurrent(): number{
74 return this.current;

Callers 1

saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected