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

POGOProtos.Enums.Platform.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Enums;

enum Platform {
	UNSET = 0;
	IOS = 1;
	ANDROID = 2;
	OSX = 3;
	WINDOWS = 4;
	APPLE_WATCH = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy