POGOProtos.Networking.Responses.RequestGeofenceUpdatesResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
import "POGOProtos/Data/Geofence/GeofenceMetadata.proto";
message RequestGeofenceUpdatesResponse {
repeated .POGOProtos.Data.Geofence.GeofenceMetadata geofence = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy