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

Method addMisunderstood

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

Source from the content-addressed store, hash-verified

69 }
70
71 private addMisunderstood(): void{
72 this.addLine(new TheComputerLine(TheComputerLineType.TEXT, "This command was misunderstood. Try \"help\" for a list of available commands."));
73 }
74
75 private draw(): void{
76 // Erase everything

Callers 1

executeCommandMethod · 0.95

Calls 1

addLineMethod · 0.95

Tested by

no test coverage detected