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

POGOProtos.Data.Player.PlayerSummary.proto Maven / Gradle / Ivy

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

message PlayerSummary {
	string player_id = 1;
	string codename = 2;
	bytes public_data = 3;
	string team = 4;
	string fb_user_id = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy