Interface LocationInfoPacket

Sent to clients to acknowledge a received LocationScoutsPacket and responds with the item in each location being scouted.

interface LocationInfoPacket {
    cmd: "LocationInfo";
    locations: NetworkItem[];
}

Properties

Properties

cmd
locations: NetworkItem[]

Contains the list of item(s) in the location(s) scouted.