12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
@startuml
|
|
class CategoryInherit {
|
|
- UIPrefab : GameObject
|
|
- UIParent : GameObject
|
|
- currentCategory : CategoryData
|
|
- blockDatas : List<BlockData>
|
|
+ UpdateCategory(category:CategoryData) : void
|
|
- DestroyBlocks() : void
|
|
}
|
|
MonoBehaviour <|-- CategoryInherit
|
|
@enduml
|