Files
JuegoSim/-o/UI/CategoryInherit.puml
T
2026-07-21 08:56:10 +03:00

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