POGOProtos.Enums.IncubationResult.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Enums;
enum IncubationResult {
SUCCESS_INCUBATION_RESULT = 0;
FAILURE = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
syntax = "proto3";
package POGOProtos.Enums;
enum IncubationResult {
SUCCESS_INCUBATION_RESULT = 0;
FAILURE = 1;
}