Files
sbox-public/engine/Sandbox.Engine/Scene/Components/Component.Network.cs
Lorenz Junglas 3e7999981c Optimize network sync allocations (#5132)
* Avoid enum boxing when checking syncflags

* Don't preallocate large dictionaries

Usually we only have 2 slots or something preallocating 128 is overkill
2026-06-22 09:33:29 +02:00

4.1 KiB