Created the UsageType enum

This commit is contained in:
mathias 2021-10-02 01:29:27 +02:00
parent a3cf1f4017
commit 02bd3bd75e
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -0,0 +1,9 @@
package de.gnmyt.autoresponder.commands.usage;
public enum UsageType {
STRING,
INTEGER,
BOOLEAN
}