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