mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Misc.
This commit is contained in:
parent
6039be8685
commit
febfa8836e
1 changed files with 27 additions and 23 deletions
|
|
@ -49,6 +49,8 @@ public static class EquipSlotExtensions
|
|||
7 => EquipSlot.Wrists,
|
||||
8 => EquipSlot.RFinger,
|
||||
9 => EquipSlot.LFinger,
|
||||
10 => EquipSlot.MainHand,
|
||||
11 => EquipSlot.OffHand,
|
||||
_ => EquipSlot.Unknown,
|
||||
};
|
||||
|
||||
|
|
@ -65,6 +67,8 @@ public static class EquipSlotExtensions
|
|||
EquipSlot.Wrists => 7,
|
||||
EquipSlot.RFinger => 8,
|
||||
EquipSlot.LFinger => 9,
|
||||
EquipSlot.MainHand => 10,
|
||||
EquipSlot.OffHand => 11,
|
||||
_ => uint.MaxValue,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue