mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Merge pull request #492 from SheepGoMeh/master
This commit is contained in:
commit
59ecfa414a
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