Quasar/Server/Enums/PathType.cs

10 lines
114 B
C#

namespace xServer.Enums
{
public enum PathType
{
File,
Directory,
Back
}
}