POGOProtos.Data.Battle.BattlePokemonInfo.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Battle;
import "POGOProtos/Data/PokemonData.proto";
message BattlePokemonInfo {
.POGOProtos.Data.PokemonData pokemon_data = 1;
int32 current_health = 2;
int32 current_energy = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy