IPacket Msg
interface IPacketMsg
Represents a simple unified interface into client messages recieved from the network. This is contrasted with IClientMsg in that this interface is packet body agnostic and only allows simple access into the header. This interface is also immutable, and the underlying data cannot be modified.