Add quest type

This commit is contained in:
Lightczx
2024-04-22 14:17:15 +08:00
parent 9b94a75d6f
commit a592816661

View File

@@ -0,0 +1,16 @@
// Copyright (c) DGP Studio. All rights reserved.
// Licensed under the MIT license.
namespace Snap.Hutao.Model.Intrinsic;
internal enum QuestType
{
AQ,
FQ,
LQ,
EQ,
DQ,
IQ,
VQ,
WQ,
}