Created the UsageType enum
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
package de.gnmyt.autoresponder.commands.usage;
|
||||||
|
|
||||||
|
public enum UsageType {
|
||||||
|
|
||||||
|
STRING,
|
||||||
|
INTEGER,
|
||||||
|
BOOLEAN
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user