docs(D.5.1): clarify EnrichItem fires-on-found (review nit)

This commit is contained in:
Erik 2026-06-16 21:52:15 +02:00
parent f8da98b67f
commit 998a0bd408

View file

@ -141,7 +141,9 @@ public sealed class ItemRepository
/// fuller data carried by its CreateObject (icon, name, type). Returns false if the
/// item isn't tracked yet — phase 1 enriches existing items only; full
/// CreateObject ingestion of newly-acquired items is the inventory phase.
/// Raises ItemPropertiesUpdated on success so bound widgets (the toolbar) re-render.
/// Raises ItemPropertiesUpdated whenever the item is found (matching the
/// UpdateProperties convention — it fires on found regardless of whether a field
/// actually changed) so bound widgets (the toolbar) re-render.
/// </summary>
public bool EnrichItem(uint objectId, uint iconId, string name, ItemType type)
{