This commit is contained in:
Putoo
2026-05-30 17:32:27 +08:00
parent bd1535aee9
commit f8d4a28d53
79 changed files with 1369 additions and 134 deletions

View File

@@ -6,4 +6,12 @@ public static class UserEnum
{
Person
}
public enum ConfigCode
{
FriendRole,
ChatRole,
AutoBag,
AutoDrug,
}
}