summaryrefslogtreecommitdiff
path: root/Enum.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Enum.cs')
-rw-r--r--Enum.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Enum.cs b/Enum.cs
index 6d68f96..bc49691 100644
--- a/Enum.cs
+++ b/Enum.cs
@@ -1,5 +1,11 @@
namespace HyperBooru;
+public enum SortOrder {
+ ObjectId,
+ LastWriteTime,
+ Random,
+}
+
public enum PathType {
Windows,
Unix