ModernUO/Projects/UOContent/Skills/Tracking
Kamron Batman 7d9bc9ff0a
fix: Fixes thread guard and cleans up incoming packet reader (#1641)
### Summary
* Fixes syntax compile error when THREADGUARD is enabled.
* Removes `int packetLength` from incoming packet handles since they aren't needed.

### Developer Notes
Incoming packet handler `SpanReader` is now properly scoped to that packet by length.
2023-12-19 17:04:09 -08:00
..
OutgoingArrowPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
QuestArrow.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
TrackArrow.cs Updates Combat Packets & Moves Tracking to Content (#298) 2020-11-01 21:33:01 -08:00
Tracking.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
TrackTimer.cs Updates Combat Packets & Moves Tracking to Content (#298) 2020-11-01 21:33:01 -08:00