initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Crysome.Common.Network.Packets.Server;
|
||||
|
||||
public class StopProxyRequestPacket : IPacket
|
||||
{
|
||||
public void Write(BinaryWriter w)
|
||||
{
|
||||
}
|
||||
|
||||
public void Read(BinaryReader r)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user