Revert "WIP"

This reverts commit bbad45fbbd.
This commit is contained in:
ろむねこ 2023-12-21 15:03:51 +09:00 committed by r-ca
parent 6433b9a1ae
commit a15383d420
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

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;
}