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

POGOProtos.Networking.Requests.Request.proto Maven / Gradle / Ivy

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

import "POGOProtos/Networking/Requests/RequestType.proto";

message Request {
	.POGOProtos.Networking.Requests.RequestType request_type = 1;
	bytes request_message = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy