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