Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@startuml
|
||||
class BlockData {
|
||||
+ blockName : string
|
||||
}
|
||||
ScriptableObject <|-- BlockData
|
||||
BlockData --> "blockPrefab" GameObject
|
||||
BlockData --> "associatedCategory" CategoryData
|
||||
BlockData --> "icon" Texture2D
|
||||
@enduml
|
||||
Reference in New Issue
Block a user