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

Method ended

code/main/TheCavePattern.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public ended(): boolean{ // Called to know if the pattern should end
16 return false;
17 }
18
19 public getSentence(): string{ // Called so that the pattern can easily show a sentence below the cave ascii art
20 return null;

Callers 1

createWayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected