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

POGOProtos.Networking.Responses.CombatFriendRequestResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

message CombatFriendRequestResponse {
	Result result = 1;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
		ERROR_COMBAT_NOT_FOUND = 2;
		ERROR_COMBAT_INCOMPLETE = 3;
		ERROR_PLAYER_NOT_IN_COMBAT = 4;
		ERROR_SOCIAL_RPC = 5;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy