8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
@startuml
|
|
class BlocksGraph {
|
|
- graph : Dictionary<BlockNode, List<BlockNode>>
|
|
- root : BlockNode
|
|
}
|
|
ScriptableObject <|-- BlocksGraph
|
|
@enduml
|