Skip to content

Commit 05251ac

Browse files
Update ReferenceVariableExpressionToken.cs
1 parent 857cd28 commit 05251ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Code/TokenSystem/Tokens/ExpressionTokens/ReferenceVariableExpressionToken.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public static TryGet<Value> GetProperty(object obj, string propertyName)
8484
return $"Type {obj.GetType().AccurateName} has no property '{propertyName}' or this type is not supported.";
8585
}
8686

87+
// this will be improved upon later
8788
public static readonly Dictionary<Type, Dictionary<string, Info>> PropertyInfoMap = new()
8889
{
8990
[typeof(Item)] = new()

0 commit comments

Comments
 (0)