Skip to content

Commit 69a2f7a

Browse files
committed
Add debug file
1 parent 1780e73 commit 69a2f7a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package net.onelitefeather.plugindebug
2+
3+
import java.nio.file.Path
4+
5+
class DebugFile(
6+
val filePath: Path,
7+
val fileType: FileType,
8+
val uiTabName: String
9+
)

0 commit comments

Comments
 (0)