ModernUO/Projects/UOContent/Items/Games
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
..
Mahjong fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
Backgammon.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
BaseBoard.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BasePiece.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
CheckerBoard.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
CheckersPieces.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Chessboard.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
ChessPieces.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Dices.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00