This commit is contained in:
Nim XD
2024-08-27 21:01:33 +05:30
parent 99eaf514fd
commit 121a1b7c73
31803 changed files with 623461 additions and 623399 deletions

View File

@@ -1,12 +1,12 @@
namespace Assets.HeroEditor4D.InventorySystem.Scripts.Enums
{
public enum ItemRarity
{
Legacy = -2,
Basic = -1,
Common = 0,
Rare = 1,
Epic = 2,
Legendary = 3
}
namespace Assets.HeroEditor4D.InventorySystem.Scripts.Enums
{
public enum ItemRarity
{
Legacy = -2,
Basic = -1,
Common = 0,
Rare = 1,
Epic = 2,
Legendary = 3
}
}