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

POGOProtos.Networking.Requests.Messages.GetPlayerMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

message GetPlayerMessage {
	PlayerLocale player_locale = 1;
	bool prevent_creation = 2;

	message PlayerLocale {
		string country = 1;
		string language = 2;
		string timezone = 3;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy