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

POGOProtos.Data.Combat.WithPokemonCategory.proto Maven / Gradle / Ivy

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

import "POGOProtos/Enums/PokemonType.proto";

message WithPokemonCategory {
	string category_name = 1;
	repeated .POGOProtos.Enums.PokemonType pokemon_ids = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy