8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
@startuml
|
|
class GizmoFMoveElement {
|
|
- Start() : void
|
|
- Update() : void
|
|
}
|
|
MonoBehaviour <|-- GizmoFMoveElement
|
|
@enduml
|