Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user