PlayerScope

The player subsystem a payload is being handled by, used as the second tag of a `[Player] -> [<scope>]` debug line.

Signature

declare enum PlayerScope {    Start = "Start",    End = "End",    Stuck = "Stuck",    Error = "Error",    Voice = "Voice"}

Members

This export does not declare public properties or methods in the generated declaration file.