This commit is contained in:
Green Sky 2024-02-19 16:44:33 +01:00
parent 6f3f9ef191
commit e40271670b
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ provides `contact` functionallity for solanaceae code.
relies on [EnTT](https://github.com/skypjack/entt)
## 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.