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