mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Add quest type
This commit is contained in:
16
src/Snap.Hutao/Snap.Hutao/Model/Intrinsic/QuestType.cs
Normal file
16
src/Snap.Hutao/Snap.Hutao/Model/Intrinsic/QuestType.cs
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user