Scriptum/Assets/Scripts/REFACTORING/Domain/Enum/EquipmentPanelSlotsTypeEnum.cs

13 lines
215 B
C#
Raw Normal View History

2022-11-24 03:03:30 +01:00
[System.Serializable]
public enum EquipmentPanelSlotsTypeEnum
{
HelmetSlot,
ArmorSlot,
WeaponSlot,
BootsSlot,
RingSlot,
BraceletSlot,
2022-12-29 14:25:07 +01:00
NecklaceSlot,
2022-11-24 03:03:30 +01:00
PotionSlotSt,
PotionSlotNd
}