装备系统完结,修复并加入很多

This commit is contained in:
2026-04-03 19:15:02 +08:00
parent 538085b64f
commit d9376833b6
378 changed files with 62464 additions and 16756 deletions
+11
View File
@@ -0,0 +1,11 @@
public enum ItemRarity
{
None,
Common,
Uncommon,
Rare,
Epic,
Legendary,
Mythic,
Supreme
}