Record Class Packet

java.lang.Object
java.lang.Record
megamek.common.net.packets.Packet
All Implemented Interfaces:
Serializable

public record Packet(PacketCommand command, Object[] data) extends Record implements Serializable
Application layer data packet used to exchange information between client and server.
See Also: