From e40271670b4df96a8d02f32a1ba61a838419db48 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 19 Feb 2024 16:44:33 +0100 Subject: [PATCH] id note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b1bac8..4342cd0 100644 --- a/README.md +++ b/README.md @@ -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. +