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

POGOProtos.Map.Weather.ClientWeather.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Map.Weather;

import "POGOProtos/Map/Weather/DisplayWeather.proto";
import "POGOProtos/Map/Weather/GameplayWeather.proto";
import "POGOProtos/Map/Weather/WeatherAlert.proto";

message ClientWeather {
	int64 s2_cell_id = 1;
	.POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
	.POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
	repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy