POGOProtos.Settings.NewsSettings.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Settings;
message NewsSettings {
repeated News news = 1;
message News {
string news_bundle_id = 1;
repeated string exclusive_countries = 2;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy