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

POGOProtos.Data.Fitness.FitnessStats.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/Fitness/FitnessMetrics.proto";

message FitnessStats {
	int64 last_accumulated_timestamp_ms = 1;
	.POGOProtos.Data.Fitness.FitnessMetrics accumulated = 2;
	.POGOProtos.Data.Fitness.FitnessMetrics pending = 3;
	double player_initial_walk_km = 4;
	double player_total_walk_km = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy