Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
class DeleteInteractor {
|
||||
- inputProvider : BaseInputProvider
|
||||
- commandHandler : CommandHandler
|
||||
- selectionManager : SelectionManager
|
||||
- Start() : void
|
||||
+ DeleteObjects() : void
|
||||
- FindBlockIndex(obj:GameObject) : string
|
||||
}
|
||||
MonoBehaviour <|-- DeleteInteractor
|
||||
@enduml
|
||||
Reference in New Issue
Block a user