2023-07-21 17:13:59 +02:00
|
|
|
`plant !`
|
|
|
|
|
|
|
|
provides `contact` functionallity for solanaceae code.
|
|
|
|
|
|
|
|
relies on [EnTT](https://github.com/skypjack/entt)
|
|
|
|
|
2024-02-19 16:44:33 +01:00
|
|
|
## Contact Implementer Notes:
|
|
|
|
|
|
|
|
When adding a new contact, make sure to check for existing contacts of the same `ID` component first and merge into it instead.
|
|
|
|
|
2024-05-31 15:36:47 +02:00
|
|
|
## Implementer checklist:
|
|
|
|
|
|
|
|
- Make sure there is a root node
|
|
|
|
- every node, except the root node, needs to have a parent (a tree if only going up)
|
|
|
|
|