mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Some more general cleanup.
This commit is contained in:
parent
44fc83784d
commit
3679b780cf
13 changed files with 116 additions and 111 deletions
|
|
@ -111,9 +111,9 @@ namespace Penumbra.Meta.Files
|
|||
EquipSlot.Hands => 2,
|
||||
EquipSlot.Wrists => 2,
|
||||
EquipSlot.Legs => 3,
|
||||
EquipSlot.RingR => 3,
|
||||
EquipSlot.RFinger => 3,
|
||||
EquipSlot.Feet => 4,
|
||||
EquipSlot.RingL => 4,
|
||||
EquipSlot.LFinger => 4,
|
||||
_ => throw new InvalidEnumArgumentException(),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,8 +71,8 @@ namespace Penumbra.Meta.Files
|
|||
EquipSlot.Neck => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.Ears => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.Wrists => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.RingL => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.RingR => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.LFinger => Eqdp( ObjectType.Accessory, gr ),
|
||||
EquipSlot.RFinger => Eqdp( ObjectType.Accessory, gr ),
|
||||
_ => throw new NotImplementedException(),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue