Solutionunvalidated

Maintain a `Dictionary<long, List<GameObject>>` keyed by SteamId and a `HashSet<GameObject>` — for fast duplicate detection. Outcome: Track objects in `OnPostSpawn` and `OnPostToolAction` events.

9add9560-9fee-49ad-978f-421c981d4d6c

Maintain a Dictionary<long, List<GameObject>> keyed by SteamId and a HashSet<GameObject> — for fast duplicate detection. Outcome: Track objects in OnPostSpawn and OnPostToolAction events.