syntax = "proto3";
package POGOProtos.Data.Combat;

message PokemonCombatStats {
	int32 num_won = 1;
	int32 num_total = 2;
}