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

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

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

message UserAttributes {
	int32 level = 1;
	int64 xp_percentage = 2;
	int64 pokecoin_count = 3;
	int32 team = 4;
	int32 catch_streak = 5;
	int32 spin_streak = 6;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy