ModernUO/Projects
Kamron Batman b71c754738
Converts targeting packets (#330)
- [X] Converts targeting packets.

### BREAKING CHANGE TO TARGET CLASS

```cs
public virtual Packet GetPacketFor(NetState ns)
```

Changed to:
```cs
public virtual void SendPacketTo(NetState ns)
```

Bumps release version
2020-11-29 23:01:31 -08:00
..
Benchmarks Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
Server Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
Server.Tests Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
UOContent Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
UOContent.Tests Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00