Skip to content

Commit

Permalink
docs: Remove abstract definition of Component (#3217)
Browse files Browse the repository at this point in the history
Remove abstract definition of `Component`.
  • Loading branch information
spydon committed Jul 9, 2024
1 parent 9a86e7b commit a553b28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/flame/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ This diagram might look intimidating, but don't worry, it is not as complex as i

## Component

All components inherit from the abstract class `Component` and all components can have other
`Component`s as children. This is the base of what we call the Flame Component System, or FCS for
short.
All components inherit from the `Component` class and all components can have other `Component`s as
children. This is the base of what we call the Flame Component System, or FCS for short.

Children can be added either with the `add(Component c)` method or directly in the constructor.

Expand Down

0 comments on commit a553b28

Please sign in to comment.