mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add the Chocobo BattleNpcSubKind
This commit is contained in:
parent
79a4f912c3
commit
2848b6208d
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue