forked from chomp/ChompQuestVerifier
oops
This commit is contained in:
parent
b3693d6e56
commit
150051b3d0
8
QuestValidator.Common/Models/PreRequisiteType.cs
Normal file
8
QuestValidator.Common/Models/PreRequisiteType.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace QuestValidator.Common.Models
|
||||||
|
{
|
||||||
|
public enum PreRequisiteType
|
||||||
|
{
|
||||||
|
Quest = 1,
|
||||||
|
Level = 2
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user