mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
1. NetManager.IsConnected no longer uses LINQ. 2. creating net messages for sending/receiving now uses cached DynamicMethods to improve speed (bypasses Activator.CreateInstance and params allocations) 3. Entity.GetComponentStates uses GetNetComponents now. 4. PhysicsManager allocates significantly less now.