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

POGOProtos.Networking.Requests.Messages.UpdateCombatMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

import "POGOProtos/Data/Combat/CombatAction.proto";

message UpdateCombatMessage {
	string combat_id = 1;
	.POGOProtos.Data.Combat.CombatAction action = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy