9 lines
105 B
C#
9 lines
105 B
C#
namespace Questionable.Validation;
|
|
|
|
internal enum EPathType
|
|
{
|
|
Quest,
|
|
Fate,
|
|
Gathering,
|
|
SeasonalDuty
|
|
}
|