13 lines
172 B
C#
13 lines
172 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public enum PathQueryResult
|
|
{
|
|
InvalidQuery,
|
|
|
|
InProgress,
|
|
|
|
Failure,
|
|
|
|
Success
|
|
}
|
|
} |