AeonLucid/POGOProtos

View on GitHub
src/POGOProtos/Networking/Requests/Messages/GetHoloInventoryMessage.proto

Summary

Maintainability
Test Coverage
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

message GetHoloInventoryMessage {
    int64 last_timestamp_ms = 1;
    int32 item_been_seen = 2;  // TODO: Find out what this is.
}