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

13 lines
214 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,
NeckletSlot,
PotionSlotSt,
PotionSlotNd
}