GodotComponentTest/doc/ComponentStuff.puml

19 lines
273 B
Plaintext

@startuml
'https://plantuml.com/class-diagram
class Entity
Entity *-- Component
Entity : update()
Entity : Component[] mComponents
Entity : LocalSystem[] mSystems;
class Component3 {
void update()
int counter
}
note right of Entity::update
lel
end note
@enduml