IPacket GCMsg
interface IPacketGCMsg
Represents a simple unified interface into game coordinator messages recieved from the network. This is contrasted with IClientGCMsg 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.