All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Logs.DeclineExRaidPassLogEntry.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Logs;

message DeclineExRaidPassLogEntry {
	Result result = 1;
	string friend_codename = 2;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy