Add the Chocobo BattleNpcSubKind

This commit is contained in:
Dragon 2021-08-23 15:31:26 +03:00
parent 79a4f912c3
commit 2848b6208d

View file

@ -15,6 +15,11 @@ namespace Dalamud.Game.ClientState.Objects.Enums
/// </summary> /// </summary>
Pet = 2, Pet = 2,
/// <summary>
/// BattleNpc representing a Chocobo.
/// </summary>
Chocobo = 3,
/// <summary> /// <summary>
/// BattleNpc representing a standard enemy. /// BattleNpc representing a standard enemy.
/// </summary> /// </summary>