mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add TargetActorId
This commit is contained in:
parent
79960fa993
commit
a87d7484b6
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
|
||||
// This field can't be correctly aligned, so we have to cut it manually.
|
||||
[FieldOffset(0x17d0)] [MarshalAs(UnmanagedType.ByValArray, SizeConst = 7)] public byte[] CompanyTag;
|
||||
|
||||
[FieldOffset(0x17F8)] public int TargetActorId;
|
||||
[FieldOffset(0x1884)] public byte CurrentWorld;
|
||||
[FieldOffset(0x1886)] public byte HomeWorld;
|
||||
[FieldOffset(6328)] public int CurrentHp;
|
||||
|
|
@ -33,5 +33,6 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
[FieldOffset(6340)] public int MaxMp;
|
||||
[FieldOffset(6358)] public byte ClassJob;
|
||||
[FieldOffset(6360)] public byte Level;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue