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

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

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

import "POGOProtos/Data/PokemonData.proto";

message GetHatchedEggsResponse {
	bool success = 1;
	repeated fixed64 pokemon_id = 2 [packed = true];
	repeated int32 experience_awarded = 3;
	repeated int32 candy_awarded = 4;
	repeated int32 stardust_awarded = 5;
	repeated float egg_km_walked = 6;
	repeated .POGOProtos.Data.PokemonData hatched_pokemon = 7;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy