mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Make equipitems sharable again.
This commit is contained in:
parent
323b4d6f21
commit
8436455936
9 changed files with 146 additions and 52 deletions
|
|
@ -403,4 +403,7 @@ public static class FullEquipTypeExtensions
|
|||
|
||||
public static readonly IReadOnlyList<FullEquipType> AccessoryTypes
|
||||
= Enum.GetValues<FullEquipType>().Where(v => v.IsAccessory()).ToArray();
|
||||
|
||||
public static readonly IReadOnlyList<FullEquipType> OffhandTypes
|
||||
= Enum.GetValues<FullEquipType>().Where(v => v.OffhandTypeSuffix().Length > 0).ToArray();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue