refactor: StatusID -> StatusId

This commit is contained in:
goat 2021-08-24 00:27:12 +02:00
parent 8661f6e796
commit fc800dd69b
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -28,7 +28,7 @@ namespace Dalamud.Game.ClientState.Statuses
/// <summary>
/// Gets the status ID of this status.
/// </summary>
public uint StatusID => this.Struct->StatusID;
public uint StatusId => this.Struct->StatusID;
/// <summary>
/// Gets the GameData associated with this status.