mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #370 from daemitus/patch-2
This commit is contained in:
commit
2fabfcbe36
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge
|
|||
/// <summary>
|
||||
/// Gets the next step in the current dance.
|
||||
/// </summary>
|
||||
public ulong NextStep => (ulong)(15999 + this.stepOrder[this.NumCompleteSteps] - 1);
|
||||
public ulong NextStep() => (ulong)(15999 + this.stepOrder[this.NumCompleteSteps] - 1);
|
||||
|
||||
/// <summary>
|
||||
/// Gets if the player is dancing or not.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue