mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: BRD SongTimer short -> ushort
This commit is contained in:
parent
d132c1cf4a
commit
0187e37172
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
|
|||
/// <summary>
|
||||
/// Gets the current song timer in milliseconds.
|
||||
/// </summary>
|
||||
public short SongTimer => this.Struct->SongTimer;
|
||||
public ushort SongTimer => this.Struct->SongTimer;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the amount of Repertoire accumulated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue