mirror of https://github.com/quasar/Quasar.git
10 lines
114 B
C#
10 lines
114 B
C#
|
namespace xClient.Enums
|
|||
|
{
|
|||
|
public enum PathType
|
|||
|
{
|
|||
|
File,
|
|||
|
Directory,
|
|||
|
Back
|
|||
|
}
|
|||
|
}
|