moons-ta-client
    Preparing search index...

    Interface ForwardingPacket

    from protobuf message proto.packets.ForwardingPacket

    interface ForwardingPacket {
        forwardTo: string[];
        packet?: Packet;
    }
    Index

    Properties

    Properties

    forwardTo: string[]

    from protobuf field: repeated string forward_to = 1;

    packet?: Packet

    from protobuf field: proto.packets.Packet packet = 2;