mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add BattleNpcSubKind.BattleNpcPart
Adds an enum value (and associated documentation) for `BattleNpcPart`s (otherwise known as "weak spots"), alongside documentation and relevant examples. Co-authored-by: jeroen -local <jeroen@buelens.com>
This commit is contained in:
parent
66f955c87c
commit
59de22b192
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ public enum BattleNpcSubKind : byte
|
|||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
///<summary>
|
||||
/// Weak Spots / Battle NPC parts
|
||||
/// Eg: Titan's Heart (Naval), Tioman's left and right wing (Sohm Al), Golem Soulstone (The Sunken Temple of Qarn)
|
||||
/// </summary>
|
||||
BattleNpcPart = 1,
|
||||
|
||||
/// <summary>
|
||||
/// BattleNpc representing a Pet.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue