Update Style

This commit is contained in:
Penn Oser 2020-09-10 21:24:10 -05:00
parent fc5a816594
commit 5a8332bea0

View file

@ -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;
}