Core/src/main/java/eu/univento/core/api/story/StoryMissionStatus.java

16 lines
265 B
Java

/*
* Copyright (c) 2017 univento.eu - All rights reserved
* You are not allowed to use, distribute or modify this code
*/
package eu.univento.core.api.story;
/**
* @author joethei
* @version 1.0
*/
public enum StoryMissionStatus {
RUNNING,
DONE,
}