Quasar/Server/Enums/PathType.cs

10 lines
114 B
C#
Raw Normal View History

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