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