-
Notifications
You must be signed in to change notification settings - Fork 1
Sequence Diagram
bach-truong edited this page Oct 4, 2022
·
3 revisions
This sequence shows how the enemy is created. DefaultTask
mentioned in the diagram represented any child Task class that extends the DefaultTask
. This helps to generalize the diagram. Similarly, Component
mentioned in the diagram represented any child Component class that extends the Component
class.