From b37264e16b0e4ad7a467a9e495f2022de09e8c68 Mon Sep 17 00:00:00 2001 From: milimoe <110188673+milimoe@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=B6=88=E8=80=97=E5=93=81=E5=90=8E?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E4=BA=86=E9=AD=94=E6=B3=95=E5=8D=A1?= =?UTF-8?q?=EF=BC=88=E7=BC=96=E5=8F=B716xxx=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Constant/TypeEnum.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Library/Constant/TypeEnum.cs b/Library/Constant/TypeEnum.cs index d37e8c3..4cb38b2 100644 --- a/Library/Constant/TypeEnum.cs +++ b/Library/Constant/TypeEnum.cs @@ -447,27 +447,32 @@ namespace Milimoe.FunGame.Core.Library.Constant Consumable, /// - /// 收藏品 编号 16xxx + /// 魔法卡 编号 16xxx + /// + MagicCard, + + /// + /// 收藏品 编号 17xxx /// Collectible, /// - /// 特殊物品 编号 17xxx + /// 特殊物品 编号 18xxx /// SpecialItem, /// - /// 任务物品 编号 18xxx + /// 任务物品 编号 19xxx /// QuestItem, /// - /// 礼包 编号 19xxx + /// 礼包 编号 20xxx /// GiftBox, /// - /// 其他 编号 20xxx + /// 其他 编号 21xxx /// Others }