Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@startuml
|
||||
class BlocksGraph {
|
||||
- graph : Dictionary<BlockNode, List<BlockNode>>
|
||||
- root : BlockNode
|
||||
}
|
||||
ScriptableObject <|-- BlocksGraph
|
||||
@enduml
|
||||
Reference in New Issue
Block a user