mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-21 17:07:24 -05:00
8 lines
148 B
Protocol Buffer
Vendored
8 lines
148 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Data.Player;
|
|
|
|
message ContactSettings {
|
|
bool send_marketing_emails = 1;
|
|
bool send_push_notifications = 2;
|
|
}
|