Skip to content

Commit 73e7f27

Browse files
committed
Add file types
1 parent 0e0fac8 commit 73e7f27

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • src/main/kotlin/net/onelitefeather/plugindebug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package net.onelitefeather.plugindebug
2+
3+
enum class FileType {
4+
LOG,
5+
YAML,
6+
HOCON,
7+
JSON,
8+
BINARY,
9+
RAW,
10+
TEXT
11+
}

0 commit comments

Comments
 (0)