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

15 lines
408 B
Plaintext

@startuml
class InteractionManager {
- {static} instance : InteractionManager
- commandHandler : CommandHandler
- ghostManager : GhostManager
- selectionManager : SelectionManager
- uiManager : UIManager
- Awake() : void
+ {static} getInstance() : InteractionManager
- Start() : void
- setupListeners() : void
}
MonoBehaviour <|-- InteractionManager
@enduml