Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@startuml
|
||||
class MultiSelectValidationCheck {
|
||||
- selectionManager : SelectionManager
|
||||
- BarTransform : RectTransform
|
||||
- OriginalBarTransform : Vector2
|
||||
- Start() : void
|
||||
+ SelectedItem(interactable:IInteractable) : void
|
||||
}
|
||||
MonoBehaviour <|-- MultiSelectValidationCheck
|
||||
@enduml
|
||||
Reference in New Issue
Block a user