mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add missing offhand to StatusFlags enum
This commit is contained in:
parent
7a5dcd3a83
commit
35d0f6dbad
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ namespace Dalamud.Game.ClientState.Actors
|
||||||
/// </summary>
|
/// </summary>
|
||||||
WeaponOut = 4,
|
WeaponOut = 4,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Actor offhand is out.
|
||||||
|
/// </summary>
|
||||||
|
OffhandOut = 8,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Actor is a party member.
|
/// Actor is a party member.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue