mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud
This commit is contained in:
commit
80f2990d8f
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