在消耗品后面添加了魔法卡(编号16xxx)

This commit is contained in:
milimoe 2024-09-18 15:33:24 +08:00 committed by GitHub
parent e5e70d5e7a
commit b37264e16b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,27 +447,32 @@ namespace Milimoe.FunGame.Core.Library.Constant
Consumable,
/// <summary>
/// 收藏品 编号 16xxx
/// 魔法卡 编号 16xxx
/// </summary>
MagicCard,
/// <summary>
/// 收藏品 编号 17xxx
/// </summary>
Collectible,
/// <summary>
/// 特殊物品 编号 17xxx
/// 特殊物品 编号 18xxx
/// </summary>
SpecialItem,
/// <summary>
/// 任务物品 编号 18xxx
/// 任务物品 编号 19xxx
/// </summary>
QuestItem,
/// <summary>
/// 礼包 编号 19xxx
/// 礼包 编号 20xxx
/// </summary>
GiftBox,
/// <summary>
/// 其他 编号 20xxx
/// 其他 编号 21xxx
/// </summary>
Others
}