9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
@startuml
|
|
class _TestScriptableObjectA {
|
|
}
|
|
class "List`1"<T> {
|
|
}
|
|
ScriptableObject <|-- _TestScriptableObjectA
|
|
_TestScriptableObjectA --> "listB<_TestScriptableObjectB>" "List`1"
|
|
@enduml
|