11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
@startuml
|
|
class MultiSelectValidationCheck {
|
|
- selectionManager : SelectionManager
|
|
- BarTransform : RectTransform
|
|
- OriginalBarTransform : Vector2
|
|
- Start() : void
|
|
+ SelectedItem(interactable:IInteractable) : void
|
|
}
|
|
MonoBehaviour <|-- MultiSelectValidationCheck
|
|
@enduml
|