Files
2026-07-21 08:56:10 +03:00

8 lines
157 B
Plaintext

@startuml
class BlocksGraph {
- graph : Dictionary<BlockNode, List<BlockNode>>
- root : BlockNode
}
ScriptableObject <|-- BlocksGraph
@enduml