mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
Update BNpc TargetId
This commit is contained in:
parent
75eac29634
commit
dd7939b7ec
2 changed files with 4 additions and 1 deletions
|
|
@ -23,5 +23,8 @@ namespace Dalamud.Game.ClientState.Objects.Types
|
|||
/// Gets the BattleNpc <see cref="BattleNpcSubKind" /> of this BattleNpc.
|
||||
/// </summary>
|
||||
public BattleNpcSubKind BattleNpcKind => (BattleNpcSubKind)this.Struct->Character.GameObject.SubKind;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override uint TargetObjectId => this.Struct->BattleNpcTargetObjectId;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 74556bdfe469ed66ba77d613186a0c3d6eeda88d
|
||||
Subproject commit f7a29c9fcb65f88eb8157e8645dd7231ed0b581a
|
||||
Loading…
Add table
Add a link
Reference in a new issue