POGOProtos.Data.Quests.QuestGoal.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Quests;
import "POGOProtos/Data/Quests/QuestCondition.proto";
message QuestGoal {
repeated .POGOProtos.Data.Quests.QuestCondition condition = 1;
int32 target = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy