Skip to content

Commit

Permalink
Update Dalamud/Game/ClientState/Objects/Types/BattleChara.cs
Browse files Browse the repository at this point in the history
Co-authored-by: KazWolfe <[email protected]>
  • Loading branch information
Aireil and KazWolfe authored Mar 4, 2024
1 parent 4dc8fde commit aa54c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dalamud/Game/ClientState/Objects/Types/BattleChara.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal BattleChara(IntPtr address)
public float TotalCastTime => this.Struct->GetCastInfo->TotalCastTime;

/// <summary>
/// Gets the adjusted total casting time of the spell being cast by the chara.
/// Gets the <see cref="TotalCastTime"/> plus any adjustments from the game, such as Action offset 2B. Used for display purposes.
/// </summary>
/// <remarks>
/// This is the actual total cast time for all actions.
Expand Down

0 comments on commit aa54c9d

Please sign in to comment.