mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
refactor: StatusID -> StatusId
This commit is contained in:
parent
8661f6e796
commit
fc800dd69b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue