namespace Mhf.Server.Packet { public interface IPacketDeserializer { T Deserialize(MhfPacket packet); } }