mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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>
|
/// <summary>
|
||||||
/// Gets the status ID of this status.
|
/// Gets the status ID of this status.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public uint StatusID => this.Struct->StatusID;
|
public uint StatusId => this.Struct->StatusID;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the GameData associated with this status.
|
/// Gets the GameData associated with this status.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue