mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-16 14:46:42 -05:00
9 lines
226 B
Protocol Buffer
Vendored
9 lines
226 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
import "POGOProtos/Data/Player/ContactSettings.proto";
|
|
|
|
message SetContactSettingsMessage {
|
|
.POGOProtos.Data.Player.ContactSettings contact_settings = 1;
|
|
}
|