mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update for 6.0
This commit is contained in:
parent
3bcd7a44da
commit
1d254e5856
7 changed files with 280 additions and 302 deletions
|
|
@ -9,9 +9,9 @@ namespace Penumbra.GameData.Structs
|
|||
[StructLayout( LayoutKind.Sequential, Pack = 1 )]
|
||||
public class CharacterEquipment
|
||||
{
|
||||
public const int MainWeaponOffset = 0x0F08;
|
||||
public const int OffWeaponOffset = 0x0F70;
|
||||
public const int EquipmentOffset = 0x1040;
|
||||
public const int MainWeaponOffset = 0x0C78;
|
||||
public const int OffWeaponOffset = 0x0CE0;
|
||||
public const int EquipmentOffset = 0xDB0;
|
||||
public const int EquipmentSlots = 10;
|
||||
public const int WeaponSlots = 2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue