ModernUO/Projects/UOContent/Engines/Factions/Items/Traps
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
..
BaseFactionTrap.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
BaseFactionTrapDeed.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
FactionExplosionTrap.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
FactionGasTrap.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
FactionSawTrap.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
FactionSpikeTrap.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
FactionTrapRemovalKit.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00