Core/src/main/java/eu/univento/core/api/quest/QuestRequirementType.java

13 lines
235 B
Java

/*
* Copyright (c) 2018 univento.eu - All rights reserved
* You are not allowed to use, distribute or modify this code
*/
package eu.univento.core.api.quest;
public enum QuestRequirementType {
OTHER_QUEST,
SEEN_AREA,
}