ModernUO/Projects/UOContent/Items/Misc/Corpses
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
..
Corpse.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
CorpseNameAttribute.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
DecayedCorpse.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Packets.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00