装备系统完结,修复并加入很多
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public enum ItemRarity
|
||||
{
|
||||
None,
|
||||
Common,
|
||||
Uncommon,
|
||||
Rare,
|
||||
Epic,
|
||||
Legendary,
|
||||
Mythic,
|
||||
Supreme
|
||||
}
|
||||
Reference in New Issue
Block a user