mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue