ModernUO/Projects/Server/Network/NetState
Kamron Batman b6cd408623
Updates Message Packets (#321)
### API Breaking Change
Combined `AsciiMessage` and `UnicodeMessage` into a single function that takes two arguments, `bool ascii` and `string lang`. Lang can be null (or anything) if ascii is true. 

- [X] Changes message packets
- [X] Cleans up some code
- [X] Uses benchmarks to determine if the spanwriter + copyfrom
2020-11-20 21:50:13 -08:00
..
NetState.ClientVersion.cs Fixes another NPE (#311) 2020-11-15 12:30:59 -08:00
NetState.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
ProtocolChanges.cs Breaks out NetState (#275) 2020-10-17 20:56:40 -07:00