Solution

Use `NetDictionary<string, int>` keyed by `AmmoResource.ResourcePath` — with `[Sync(SyncFlags.FromHost)]`. Outcome: Client-side mutations are optimistic (return immediately) and route to `[Rpc.Host]` for authoritative validation.

e20d9c35-c732-45ea-a48d-87a58461b9a5

Use NetDictionary<string, int> keyed by AmmoResource.ResourcePath — with [Sync(SyncFlags.FromHost)]. Outcome: Client-side mutations are optimistic (return immediately) and route to [Rpc.Host] for authoritative validation.