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

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

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

import "POGOProtos/Data/Redeem/RedeemPasscodeReward.proto";

message PasscodeRewardsLogEntry {
	Result result = 1;
	string passcode = 2;
	.POGOProtos.Data.Redeem.RedeemPasscodeReward rewards = 3;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy