eolib - v2.0.1
    Preparing search index...

    Interface Packet

    interface Packet {
        action: PacketAction;
        family: PacketFamily;
        serialize(writer: EoWriter): void;
    }
    Index

    Properties

    Methods

    Properties

    action: PacketAction

    The packet action associated with this packet.

    family: PacketFamily

    The packet family associated with this packet.

    Methods