Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@startuml
|
||||
class BlockDataCreatorEditor {
|
||||
+ {static} ShowWindow() : void
|
||||
+ CreateBlockData() : void
|
||||
+ CreateBlockData(Prefab:GameObject) : BlockData
|
||||
}
|
||||
EditorWindow <|-- BlockDataCreatorEditor
|
||||
@enduml
|
||||
Reference in New Issue
Block a user