Skip to content

Commit

Permalink
Merge pull request #543 from aventurescence/aventurescence
Browse files Browse the repository at this point in the history
added IsInFRU to CustomRotation_OtherInfo
  • Loading branch information
LTS-FFXIV authored Jan 8, 2025
2 parents 611ee47 + 9bb4f08 commit a420c88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RotationSolver.Basic/Rotations/CustomRotation_OtherInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ public static bool IsLongerThan(float time)
[Description("Is in TOP duty")]
public static bool IsInTOP => DataCenter.IsInTOP;

///<summary>
/// Is player in FRU duty.
///</summary>
[Description("Is in FRU duty")]
public static bool IsInFRU => DataCenter.IsInFRU;

/// <summary>
/// Is player in duty.
/// </summary>
Expand Down

0 comments on commit a420c88

Please sign in to comment.