POGOProtos.Data.News.CurrentNews.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.News;
import "POGOProtos/Data/News/NewsArticle.proto";
message CurrentNews {
repeated .POGOProtos.Data.News.NewsArticle news_articles = 1;
string news_strings_url = 2;
int64 last_updated_timestamp = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy