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

Method increasePlayerSpellsCountdown

code/main/Quest.ts:616–618  ·  view source on GitHub ↗
(howMuch: number)

Source from the content-addressed store, hash-verified

614 }
615
616 public increasePlayerSpellsCountdown(howMuch: number): void{
617 this.playerSpellsCountdown += howMuch;
618 }
619
620 public lowerCountdowns(): void{
621 // Lower spells countdown

Callers 1

castMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected