Files
2026-07-21 08:56:10 +03:00

7 lines
141 B
Plaintext

@startuml
class InteractionManager {
+ {static} getInstance() : InteractionManager
}
MonoBehaviour <|-- InteractionManager
@enduml