Go to file
Aaro Varis 335df69fcd Refactor event patching and transport systems
- Convert TransportBase from abstract class to interface; replace BORADCAST_ID constant with BROADCAST_ID property in transport implementations.
- Update SteamTransport to implement the new interface and provide its own BROADCAST_ID.
- Refactor event patching: introduce UnityEventPatching to map proxy events to originals, and update UnityEventPatch<T> to use proxy events for patching.
- Ensure patched UnityEvents replace originals in SyncablePhysics, so all invocations go through patch logic.
- Improve robustness and maintainability of both networking and event patching systems.
2026-01-13 17:34:02 +02:00
2025-07-24 00:25:01 +03:00
2025-02-23 18:20:20 +02:00
ll
2025-02-25 20:58:30 +02:00
2025-02-25 11:08:35 +00:00
Description
No description provided
96 MiB
Languages
C# 100%