Advanced-Portals/core/src/main/java/com/sekwah/advancedportals/core/util/Response.java

14 lines
240 B
Java

package com.sekwah.advancedportals.core.util;
/**
* Need to make more of the plugin use this rather than just returning true or false.
*/
public class Response {
public enum Creation {
SUCCESS,
NAME_IN_USE,
}
}