This commit is contained in:
Putoo
2026-05-26 18:38:55 +08:00
parent 61cf882b66
commit 6b7193b4c0
33 changed files with 1021 additions and 42 deletions

View File

@@ -0,0 +1,33 @@
namespace Application.Domain;
public static class AccEnum
{
public enum AccType
{
copper,//铜
cowry,//海贝
gold,//金
teach,//师德
renown,//声望
charm,//魅力
evil,//罪恶值
}
public enum Name
{
,
,
,
广,
,
,
Npc商城,
,
}
public enum Code
{
,
}
}

View File

@@ -0,0 +1,9 @@
namespace Application.Domain;
public static class UserEnum
{
public enum AttrCode
{
Person
}
}