Interface GetDataPackagePacket

Sent by the client to request the data package from the server. Does not require client authentication.

interface GetDataPackagePacket {
    cmd: "GetDataPackage";
    games?: string[];
}

Properties

Properties

cmd
games?: string[]

Optional. If specified, will only send back the specified data.

It is recommended to only request required data to reduce network bandwidth costs.