syntax = "proto3";
package POGOProtos.Data.Combat;

import "POGOProtos/Enums/PokemonType.proto";

message WithPokemonType {
	repeated .POGOProtos.Enums.PokemonType pokemon_type = 1;
}
