Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
class CategoryInherit {
|
||||
- UIPrefab : GameObject
|
||||
- UIParent : GameObject
|
||||
- currentCategory : CategoryData
|
||||
- blockDatas : List<BlockData>
|
||||
+ UpdateCategory(category:CategoryData) : void
|
||||
- DestroyBlocks() : void
|
||||
}
|
||||
MonoBehaviour <|-- CategoryInherit
|
||||
@enduml
|
||||
Reference in New Issue
Block a user