This commit is contained in:
goat 2021-08-23 14:53:27 +02:00
commit 80f2990d8f
No known key found for this signature in database
GPG key ID: F18F057873895461

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>