syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

message GetCombatChallengeMessage {
	string challenge_id = 1;
}
