fix: BRD SongTimer short -> ushort

This commit is contained in:
goat 2021-12-07 16:27:40 +01:00
parent d132c1cf4a
commit 0187e37172
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -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.