TeamVento/src/main/java/eu/univento/teamvento/generator/Generator.java

19 lines
300 B
Java
Raw Normal View History

2018-01-15 12:27:22 +01:00
/*
* Copyright (c) 2018 univento.eu - All rights reserved
* You are not allowed to use, distribute or modify this code
*/
2017-06-04 13:47:12 +02:00
package eu.univento.teamvento.generator;
/**
* @author joethei
* @version 1.0
*/
public enum Generator {
NORMAL,
FLAT,
2018-01-15 12:27:22 +01:00
VOID,
WATER,
DEV,
CUSTOM
2017-06-04 13:47:12 +02:00
}