Revert "WIP"

This reverts commit bbad45fbbd.
This commit is contained in:
ろむねこ 2023-12-21 15:03:51 +09:00
parent bbad45fbbd
commit 1bac068c8c
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -1,11 +0,0 @@
package one.nem.lacerta.source.file.model;
public class DirectoryItem {
String name;
String path;
boolean isDirectory;
String extension;
long size;
}