mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: don't duplicate NameId in NPC
This commit is contained in:
parent
a5cad94dc3
commit
79a4f912c3
1 changed files with 0 additions and 5 deletions
|
|
@ -18,10 +18,5 @@ namespace Dalamud.Game.ClientState.Objects.SubKinds
|
|||
: base(address)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name ID of the NPC linking to their respective game data.
|
||||
/// </summary>
|
||||
public uint NameId => this.Struct->NameID;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue