mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
add IsFriendly to Actor
This commit is contained in:
parent
021e59bf13
commit
dd32a2fedc
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
[FieldOffset(132)] public int OwnerId;
|
||||
[FieldOffset(140)] public ObjectKind ObjectKind;
|
||||
[FieldOffset(141)] public byte SubKind;
|
||||
[FieldOffset(142)] public bool IsFriendly;
|
||||
[FieldOffset(160)] public Position3 Position;
|
||||
[FieldOffset(6276)] public byte CurrentWorld;
|
||||
[FieldOffset(6278)] public byte HomeWorld;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue