All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Friends.FriendDetails.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Friends;

import "POGOProtos/Data/Player/PlayerSummary.proto";

message FriendDetails {
	.POGOProtos.Data.Player.PlayerSummary player = 1;
	bytes friend_visible_data = 2;
	int32 score = 3;
	bytes data_with_me = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy