fix: don't duplicate NameId in NPC

This commit is contained in:
goat 2021-08-23 09:28:55 +02:00
parent a5cad94dc3
commit 79a4f912c3
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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;
}
}