flowchart LR
accTitle: class relationship
accDescr: ContentSoundHandler inherits INoneSyncPickupEntity, and is depended by ContentHandler.
sound("<u>**ContentSoundHandler**</u>")
behaviour("UdonSharpBehaviour")
handler(["ContentHandler"])
behaviour -->|継承| sound
handler -.->|依存| sound