@startuml class UIManager { + {static} getInstance() : UIManager + selectUIInteractable(uiInteractable:UIInteractable) : void + deselectUIInteractable() : void } class "UnityEvent`1" { } MonoBehaviour <|-- UIManager UIManager --> "onSelectEvent" "UnityEvent`1" @enduml