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

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

syntax = "proto3";
package POGOProtos.Enums;

enum Gender {
	GENDER_UNSET = 0;
	MALE = 1;
	FEMALE = 2;
	GENDERLESS = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy