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;
}
