POGOProtos.Networking.Responses.CreateCombatChallengeResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
import "POGOProtos/Data/Combat/CombatChallenge.proto";
message CreateCombatChallengeResponse {
Result result = 1;
.POGOProtos.Data.Combat.CombatChallenge challenge = 2;
enum Result {
UNSET = 0;
SUCCESS = 1;
ERROR_INVALID_CHALLENGE_STATE = 2;
ERROR_PLAYER_BELOW_MINIMUM_LEVEL = 3;
ERROR_ACCESS_DENIED = 4;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy