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

POGOProtos.Data.Telemetry.SpinPokestopTelemetry.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/Telemetry/PokestopReward.proto";

message SpinPokestopTelemetry {
	string result = 1;
	string fort_id = 2;
	int32 fort_type = 3;
	repeated .POGOProtos.Data.Telemetry.PokestopReward pokestop_rewards = 4;
	int32 total_rewards = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy