POGOProtos.Networking.Responses.FetchAllNewsResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
import "POGOProtos/Data/News/CurrentNews.proto";
message FetchAllNewsResponse {
Result result = 1;
.POGOProtos.Data.News.CurrentNews current_news = 2;
enum Result {
UNSET = 0;
SUCCESS = 1;
NO_NEWS_FOUND = 2;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy