MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / IHintPlayer

Interface IHintPlayer

typings/Hint.d.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IHintPlayer {
2 play:() => void;
3}
4
5export type HintCallback = () => any;
6

Callers

nothing calls this directly

Implementers 1

HintSequencePlayertypings/Hint.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected