7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
@startuml
|
|
class _TestScriptableObjectB {
|
|
}
|
|
ScriptableObject <|-- _TestScriptableObjectB
|
|
_TestScriptableObjectB --> "slider" Vector2Int
|
|
@enduml
|