ModernUO/Projects/UOContent/Items/Games/Mahjong
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
..
MahjongDealerIndicator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongDices.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongEnums.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongGame.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
MahjongPackets.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
MahjongPieceDim.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongPlayers.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTile.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTileTypeGenerator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongWallBreakIndicator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00