mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Update Style
This commit is contained in:
parent
fc5a816594
commit
5a8332bea0
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace Dalamud.Game.ClientState.Actors.Types {
|
|||
/// <summary>
|
||||
/// Status Effects
|
||||
/// </summary>
|
||||
public StatusEffect[] statusEffects => this.actorStruct.UIStatusEffects;
|
||||
public StatusEffect[] StatusEffects => this.actorStruct.UIStatusEffects;
|
||||
|
||||
bool IEquatable<Actor>.Equals(Actor other) => this.ActorId == other.ActorId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue