9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
@startuml
|
|
class BlockDataCreatorEditor {
|
|
+ {static} ShowWindow() : void
|
|
+ CreateBlockData() : void
|
|
+ CreateBlockData(Prefab:GameObject) : BlockData
|
|
}
|
|
EditorWindow <|-- BlockDataCreatorEditor
|
|
@enduml
|