mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +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>
|
/// <summary>
|
||||||
/// Status Effects
|
/// Status Effects
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public StatusEffect[] statusEffects => this.actorStruct.UIStatusEffects;
|
public StatusEffect[] StatusEffects => this.actorStruct.UIStatusEffects;
|
||||||
|
|
||||||
bool IEquatable<Actor>.Equals(Actor other) => this.ActorId == other.ActorId;
|
bool IEquatable<Actor>.Equals(Actor other) => this.ActorId == other.ActorId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue