Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koliva8245 committed Aug 24, 2024
1 parent 485b7ad commit 91830e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Heroes.XmlData/StormData/StormElementData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ public string? RawValue
}

/// <summary>
/// Gets the evaluated value of <see cref="RawValue"/>.
/// Gets the evaluated value of <see cref="RawValue"/>. For example, if it contains a const value ($var) or an element replacement (##name##), it will be updated with the new value.
/// To get the original value, use <see cref="RawValue"/>.
/// </summary>
public StormElementValue Value
{
Expand Down

0 comments on commit 91830e1

Please sign in to comment.