visionforge/docs/uml/prototypes.puml

14 lines
250 B
Plaintext

@startuml
package "VisionGroup" {
package "Prototypes"{
[Prototype]
package "Prototype group"{
[Prototype Ref] --> [Prototype]
}
}
package "Child group"{
[Ref] --> [Prototype Ref]
}
}
@enduml