7
Content.Shared/Administration/Logs/DateOrder.cs
Normal file
7
Content.Shared/Administration/Logs/DateOrder.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
|
||||
public enum DateOrder
|
||||
{
|
||||
Ascending = 0,
|
||||
Descending
|
||||
}
|
||||
Reference in New Issue
Block a user