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
This commit is contained in:
parent
8c4c30da7d
commit
b71c754738
19 changed files with 113 additions and 133 deletions
|
|
@ -16,7 +16,6 @@
|
|||
using System;
|
||||
using System.Buffers;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Server.Network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue