This commit is contained in:
Putoo
2026-05-25 18:41:27 +08:00
parent 590f7c5290
commit 0afbf6e39a
32 changed files with 2137 additions and 101 deletions

View File

@@ -0,0 +1,6 @@
namespace Application.Domain;
public static class EquEnum
{
}

View File

@@ -7,5 +7,12 @@ public static class GoodsEnum
Drug,//药品
Prop,//物品
Cargo,//货物
Gem,//宝石
Mak,//材料
Palace,//九宫
Paper,//图纸
Card,//附魔卡片
Mark,//圣痕
Pack,//宝箱
}
}