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

POGOProtos.Networking.Responses.GetBuddyWalkedResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Enums/PokemonFamilyId.proto";

message GetBuddyWalkedResponse {
	bool success = 1;
	.POGOProtos.Enums.PokemonFamilyId family_candy_id = 2;
	int32 candy_earned_count = 3;
	double km_remaining = 4;
	double last_km_awarded = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy