From 91830e19abf448ea14f1246e2430cac6e99bdb83 Mon Sep 17 00:00:00 2001 From: Kevin Oliva Date: Sat, 24 Aug 2024 14:53:52 -0500 Subject: [PATCH] Updated comment --- Heroes.XmlData/StormData/StormElementData.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Heroes.XmlData/StormData/StormElementData.cs b/Heroes.XmlData/StormData/StormElementData.cs index 44c81a2..d05c398 100644 --- a/Heroes.XmlData/StormData/StormElementData.cs +++ b/Heroes.XmlData/StormData/StormElementData.cs @@ -150,7 +150,8 @@ public string? RawValue } /// - /// Gets the evaluated value of . + /// Gets the evaluated value of . 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 . /// public StormElementValue Value {